Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] netsnmp: Set ac_cv_NETSNMP_CAN_USE_SYSCTL to no
@ 2015-02-17 15:42 Stefan Sørensen
  2015-02-19 21:25 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Sørensen @ 2015-02-17 15:42 UTC (permalink / raw)
  To: buildroot

NETSNMP_CAN_USE_SYSCTL is for BSD systems, setting it to yes on
Linux systems breaks compilation when the mibII mib is enabled.

Signed-off-by: Stefan S?rensen <stefan.sorensen@spectralink.com>
---
 package/netsnmp/netsnmp.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/netsnmp/netsnmp.mk b/package/netsnmp/netsnmp.mk
index bfc2a74..f1b103e 100644
--- a/package/netsnmp/netsnmp.mk
+++ b/package/netsnmp/netsnmp.mk
@@ -10,7 +10,7 @@ NETSNMP_SOURCE = net-snmp-$(NETSNMP_VERSION).tar.gz
 NETSNMP_LICENSE = Various BSD-like
 NETSNMP_LICENSE_FILES = COPYING
 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_OPTS = \
 	--with-persistent-directory=/var/lib/snmp \
 	--with-defaults \
-- 
1.9.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] netsnmp: Set ac_cv_NETSNMP_CAN_USE_SYSCTL to no
  2015-02-17 15:42 [Buildroot] [PATCH] netsnmp: Set ac_cv_NETSNMP_CAN_USE_SYSCTL to no Stefan Sørensen
@ 2015-02-19 21:25 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-02-19 21:25 UTC (permalink / raw)
  To: buildroot

Dear Stefan S?rensen,

On Tue, 17 Feb 2015 16:42:11 +0100, Stefan S?rensen wrote:
> NETSNMP_CAN_USE_SYSCTL is for BSD systems, setting it to yes on
> Linux systems breaks compilation when the mibII mib is enabled.
> 
> Signed-off-by: Stefan S?rensen <stefan.sorensen@spectralink.com>

I've extended a bit the commit log, and applied to master, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-19 21:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-17 15:42 [Buildroot] [PATCH] netsnmp: Set ac_cv_NETSNMP_CAN_USE_SYSCTL to no Stefan Sørensen
2015-02-19 21:25 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox