From: <abe...@us...> - 2015-02-20 16:37:54
|
Revision: 6978 http://sourceforge.net/p/astlinux/code/6978 Author: abelbeck Date: 2015-02-20 16:37:52 +0000 (Fri, 20 Feb 2015) Log Message: ----------- netsnmp, build system, set ac_cv_NETSNMP_CAN_USE_SYSCTL=no as per upstream Ref: http://git.buildroot.net/buildroot/commit/package?id=e6b614c9c6e3e1cf9d8a2ee04c471aff9fb7b2ef Modified Paths: -------------- branches/1.0/package/netsnmp/netsnmp.mk Modified: branches/1.0/package/netsnmp/netsnmp.mk =================================================================== --- branches/1.0/package/netsnmp/netsnmp.mk 2015-02-19 15:44:25 UTC (rev 6977) +++ branches/1.0/package/netsnmp/netsnmp.mk 2015-02-20 16:37:52 UTC (rev 6978) @@ -8,7 +8,7 @@ NETSNMP_SITE = http://downloads.sourceforge.net/project/net-snmp/net-snmp/$(NETSNMP_VERSION) NETSNMP_SOURCE = net-snmp-$(NETSNMP_VERSION).tar.gz NETSNMP_INSTALL_STAGING = YES -NETSNMP_CONF_ENV = ac_cv_NETSNMP_CAN_USE_SYSCTL=yes +NETSNMP_CONF_ENV = ac_cv_NETSNMP_CAN_USE_SYSCTL=no NETSNMP_CONF_OPT = --with-persistent-directory=/var/lib/snmp --disable-static \ --with-defaults --enable-mini-agent --without-rpm \ --with-logfile=none --without-kmem-usage \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |