]> git.puffer.fish Git - mirror/frr.git/commit
build: don't link pathd/path_main.c twice
authorDavid Lamparter <equinox@diac24.net>
Fri, 9 Apr 2021 17:56:05 +0000 (19:56 +0200)
committerDavid Lamparter <equinox@diac24.net>
Fri, 9 Apr 2021 17:56:05 +0000 (19:56 +0200)
commit636aad94735aff8aeec911bca4c32f4e5e48d77c
tree6a258ca903d0d6d76f829059668174e458f06b8f
parentb17f302b2015c0e8d97a0ff3f023b83830a6ec6f
build: don't link pathd/path_main.c twice

Can't have things duplicate in libpath.a and pathd directly, they'll
crash into eath other on linking.  No idea why this doesn't error out in
our CI builds, but it definitely breaks LTO builds.

Signed-off-by: David Lamparter <equinox@diac24.net>
pathd/subdir.am