]> git.ipfire.org Git - thirdparty/lldpd.git/commit
snmp: link with Net-SNMP later
authorVincent Bernat <vincent@bernat.im>
Sun, 6 Apr 2014 21:41:40 +0000 (23:41 +0200)
committerVincent Bernat <vincent@bernat.im>
Sun, 6 Apr 2014 21:41:40 +0000 (23:41 +0200)
commitae7f4c2945f058021efaa1660ee74bf4c7a2514a
tree8eef87acbdf350028c48d2a6c7c7dd1c7c39d5f6
parentbd3da7c52879cebe48a48df6dfa764c79072dbc7
snmp: link with Net-SNMP later

Some systems contain static libraries in the output of `net-snmp-config
--agent-libs`. It is not possible to build a convenience library with a
static library. Therefore, we just link with the appropriate libs in the
last step. This should fix #57.
src/daemon/Makefile.am
tests/Makefile.am