summaryrefslogtreecommitdiffstats
path: root/package/quagga
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-04-15 14:39:43 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-04-17 21:54:36 +0200
commit14dcb32ee45ccc8861365086d3d6c502458edae7 (patch)
treeff1b2ba7b0e6fb971310cb777a2415ceef89302b /package/quagga
parent79154f49f5c6fa15e5500df048ff829f25e6d3f7 (diff)
downloadbuildroot-novena-14dcb32ee45ccc8861365086d3d6c502458edae7.tar.gz
buildroot-novena-14dcb32ee45ccc8861365086d3d6c502458edae7.zip
quagga: bump to version 0.99.22.1
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/quagga')
-rw-r--r--package/quagga/quagga.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/package/quagga/quagga.mk b/package/quagga/quagga.mk
index fb060ef1b..42f8506b2 100644
--- a/package/quagga/quagga.mk
+++ b/package/quagga/quagga.mk
@@ -4,7 +4,7 @@
#
#############################################################
-QUAGGA_VERSION = 0.99.21
+QUAGGA_VERSION = 0.99.22.1
QUAGGA_SITE = http://download.savannah.gnu.org/releases/quagga
QUAGGA_DEPENDENCIES = host-gawk
QUAGGA_LICENSE = GPLv2+
@@ -25,12 +25,9 @@ QUAGGA_CONF_OPT += $(if $(BR2_PACKAGE_QUAGGA_TCP_ZERBRA),--enable-tcp-zebra,--di
QUAGGA_CONF_OPT += $(if $(BR2_PACKAGE_QUAGGA_OPAQUE_LSA),--enable-opaque-lsa,--disable-opaque-lsa)
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_DEPENDENCIES += netsnmp
-# SNMP support tries -lcrypto by default, disable it if we ain't got openssl
-ifneq ($(BR2_PACKAGE_OPENSSL),y)
-QUAGGA_CONF_OPT +=--without-crypto
-endif
else
QUAGGA_CONF_OPT +=--disable-snmp
endif