]> git.puffer.fish Git - mirror/frr.git/commit
build: use net-snmp-config to configure NetSNMP
authorVincent Bernat <bernat@luffy.cx>
Tue, 22 May 2012 20:29:17 +0000 (22:29 +0200)
committerVincent Bernat <bernat@luffy.cx>
Mon, 25 Jun 2012 17:03:23 +0000 (19:03 +0200)
commit08d7f6533ecc0f935a76918c462982004534864d
tree0e67590a8a2aba551439c46bfa8b33d7fba4feb7
parent6b1e37f8537fa2a4560de32e83ca5089763e2d39
build: use net-snmp-config to configure NetSNMP

The correct method to link to NetSNMP is to use net-snmp-config (which
is like pkg-config). Explicit link to libcrypto is also dropped
(NetSNMP libs are linked to libcrypto, no need to link Quagga to
it). Moreover, @SNMP_INCLUDES@ is dropped because useless. Due to a
bug in configure.ac, it was properly populated.
babeld/Makefile.am
bgpd/Makefile.am
configure.ac
lib/Makefile.am
ospf6d/Makefile.am
ospfd/Makefile.am
ripd/Makefile.am
ripngd/Makefile.am
vtysh/extract.pl.in
zebra/Makefile.am