* [Buildroot] [PATCH] quagga: fix build breakage without snmp
@ 2013-04-18 11:47 Gustavo Zacarias
2013-04-21 20:34 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2013-04-18 11:47 UTC (permalink / raw)
To: buildroot
Quagga no longer supports explicitly disabling snmp, and what's worse,
it interprets --disable-snmp as --enable-snmp.
Remove the disable configure option.
While at it add a comment about net-snmp requiring AgentX support for
quagga to build properly as suggested by Arnout.
Fixes:
http://autobuild.buildroot.net/results/a9bce6dd8065ddb1850a4e14f0e4eb257ee89286/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/quagga/Config.in | 3 +++
package/quagga/quagga.mk | 4 +---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/package/quagga/Config.in b/package/quagga/Config.in
index 0834201..c364ae1 100644
--- a/package/quagga/Config.in
+++ b/package/quagga/Config.in
@@ -84,4 +84,7 @@ config BR2_PACKAGE_QUAGGA_SNMP
help
Make quagga information available via SNMP SMUX.
+comment "AgentX support must be enabled in net-snmp or the build will break"
+ depends on BR2_PACKAGE_QUAGGA_SNMP
+
endif
diff --git a/package/quagga/quagga.mk b/package/quagga/quagga.mk
index 42f8506..347ec4d 100644
--- a/package/quagga/quagga.mk
+++ b/package/quagga/quagga.mk
@@ -26,10 +26,8 @@ QUAGGA_CONF_OPT += $(if $(BR2_PACKAGE_QUAGGA_OPAQUE_LSA),--enable-opaque-lsa,--d
ifeq ($(BR2_PACKAGE_QUAGGA_SNMP),y)
QUAGGA_CONF_ENV += ac_cv_path_NETSNMP_CONFIG=$(STAGING_DIR)/usr/bin/net-snmp-config
-QUAGGA_CONF_OPT += --enable-snmp
+QUAGGA_CONF_OPT += --enable-snmp=agentx
QUAGGA_DEPENDENCIES += netsnmp
-else
-QUAGGA_CONF_OPT +=--disable-snmp
endif
$(eval $(autotools-package))
--
1.8.1.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] quagga: fix build breakage without snmp
2013-04-18 11:47 [Buildroot] [PATCH] quagga: fix build breakage without snmp Gustavo Zacarias
@ 2013-04-21 20:34 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2013-04-21 20:34 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Quagga no longer supports explicitly disabling snmp, and what's worse,
Gustavo> it interprets --disable-snmp as --enable-snmp.
Gustavo> Remove the disable configure option.
Gustavo> While at it add a comment about net-snmp requiring AgentX support for
Gustavo> quagga to build properly as suggested by Arnout.
Gustavo> Fixes:
Gustavo> http://autobuild.buildroot.net/results/a9bce6dd8065ddb1850a4e14f0e4eb257ee89286/
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-04-21 20:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-18 11:47 [Buildroot] [PATCH] quagga: fix build breakage without snmp Gustavo Zacarias
2013-04-21 20:34 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox