From: <abe...@us...> - 2016-12-14 14:17:13
|
Revision: 8035 http://sourceforge.net/p/astlinux/code/8035 Author: abelbeck Date: 2016-12-14 14:17:11 +0000 (Wed, 14 Dec 2016) Log Message: ----------- netsnmp, explicitly disable libnl support using --without-nl since as of 5.7.3 the auto detection looks at the host system, we don't build libnl anyway Ref: https://git.buildroot.net/buildroot/commit/package?id=2c410189bfd843be62b35dd3f5796726cdf5db2a Modified Paths: -------------- branches/1.0/package/netsnmp/netsnmp.mk Modified: branches/1.0/package/netsnmp/netsnmp.mk =================================================================== --- branches/1.0/package/netsnmp/netsnmp.mk 2016-12-13 19:10:36 UTC (rev 8034) +++ branches/1.0/package/netsnmp/netsnmp.mk 2016-12-14 14:17:11 UTC (rev 8035) @@ -40,6 +40,9 @@ NETSNMP_CONF_OPT += --with-endianness=little endif +# libnl - nl_connect +NETSNMP_CONF_OPT += --without-nl + # OpenSSL ifeq ($(BR2_PACKAGE_OPENSSL),y) NETSNMP_DEPENDENCIES += openssl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |