]> git.ipfire.org Git - thirdparty/lldpd.git/commit
Revert "configure: try to use -Wl,--as-needed if possible"
authorVincent Bernat <bernat@luffy.cx>
Thu, 10 Jun 2010 07:37:51 +0000 (09:37 +0200)
committerVincent Bernat <bernat@luffy.cx>
Thu, 10 Jun 2010 07:37:51 +0000 (09:37 +0200)
commitea67aa3f120aa66d77614b0863bbc01446c3ebbd
tree7129c01e6ed2b5a1a8630df1c6c4b0f54b5d4981
parent24f27a98b9639c114fa1e55534545a68a35a4341
Revert "configure: try to use -Wl,--as-needed if possible"

This reverts commit 01b911bccfa29435929665c7df827f70de36ccfa. On some
systems, netsnmpagent is not linked to all required libs.

undefined symbol: netsnmpUDPDomain(/usr/lib/libnetsnmpagent.so.9)
undefined symbol: vacm_parse_config_group(/usr/lib/libnetsnmpagent.so.9)
undefined symbol: netsnmp_TCPIPv6Domain(/usr/lib/libnetsnmpagent.so.9)
undefined symbol: snmp_errno(/usr/lib/libnetsnmpagent.so.9)
[...]

Therefore, we really need to really need to link to some libraries
present in net-snmp-config.
configure.ac
m4/ax_ld_check_flag.m4 [deleted file]