]> git.puffer.fish Git - mirror/frr.git/commit
build: fix linking to libconfd 3823/head
authorRenato Westphal <renato@opensourcerouting.org>
Mon, 18 Feb 2019 16:14:33 +0000 (13:14 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Mon, 18 Feb 2019 16:29:24 +0000 (13:29 -0300)
commit0619d86e5cb16b75e15005613d03c5d0106088dc
tree62908f54c365744c6c58b294f44cc44a7b4f899c
parente3ce59b3f730a2bd2d12f0bc283569051dc26517
build: fix linking to libconfd

Commit fdbd8086b1e1 removed the explicit -lconfd flag from
lib_confd_la_LIBADD in favor of using the CONFD_LIBS variable. The
problem, however, is that ConfD doesn't use pkg-config nor anything
similar, so CONFD_LIBS is not created automatically by autotools.

Fix this problem by manually assigning -lconfd to the CONFD_LIBS
variable in the configure script.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
configure.ac