]> git.puffer.fish Git - matthieu/frr.git/commit
build: only build without libcap on request
authorDavid Lamparter <equinox@diac24.net>
Mon, 2 Sep 2019 18:52:56 +0000 (20:52 +0200)
committerDavid Lamparter <equinox@diac24.net>
Mon, 2 Sep 2019 18:52:56 +0000 (20:52 +0200)
commit7bfe765ae06fcc0a5570fdd793237e5fa828f7e7
tree6cd5fc79270bcf31e53fe14b6a1ddf41f80b1751
parent90959768303e7712b97ef71d55bfae22ccfba02f
build: only build without libcap on request

Linux FRR builds without libcap are massively slow due to the
signal-based UID/GID synchronization across threads.  This disables the
automatic fallback to build without libcap;  it can still be requested
with "--disable-capabilities" but if the option isn't given in either
direction and we can't find libcap that's an error now.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
configure.ac