]> git.puffer.fish Git - matthieu/frr.git/commit
build: reference libcap from libzebra (BZ#393,626)
authorDavid Lamparter <equinox@opensourcerouting.org>
Fri, 1 Mar 2013 11:03:58 +0000 (12:03 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 9 Apr 2013 15:07:07 +0000 (17:07 +0200)
commit8df55970b64984e5071afd510caad5e778569bc1
tree9aedcd7fa1c9b8ced8a140aa2cf7292c9d48d879
parent58952492d2eedd4b7974274a578a1fa9707125bb
build: reference libcap from libzebra (BZ#393,626)

While the actual build failures have been fixed independently by
d1d3ac9 "build: reorder libraries to address linker error", libzebra
still does not reference libcap.  This will lead to more build failures
if someone else tries to use libzebra and doesn't add libcap.

Let's just add libcap here and be done with it.

I've not added libcap to the _DEPENDENCIES variable above since libcap
is a system library.  Actually, the whole _DEPENDENCIES thing is rather
fishy; automake automatically sets _DEPENDENCIES from _LIBADD.  For the
sake of not breaking stuff that works (especially since most autotools
stuff is arcane magic), I'm leaving it alone...

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/Makefile.am