summaryrefslogtreecommitdiff
path: root/package/netsnmp
diff options
context:
space:
mode:
authoruniverse II <universeii@gmx.de>2013-11-18 16:02:18 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-12-25 17:51:58 +0100
commit622bd71e0a26755e8bec37e835524e0a82a50884 (patch)
tree02c3cad0a3d29cb1805c521e90eaf1ca0499ce4e /package/netsnmp
parent4444a76f2bdb12fa27638b9f0eac99018cb8b130 (diff)
netsnmp: do not force --disable-static
The following patch enables the generation of static libraries additionally to the shared ones for the netsnmp package. [Thomas: fixed commit log.] Signed-off-by: Andreas Ehmanns <universeii@gmx.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/netsnmp')
-rw-r--r--package/netsnmp/netsnmp.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/netsnmp/netsnmp.mk b/package/netsnmp/netsnmp.mk
index 6ab754ef9..47c6424e9 100644
--- a/package/netsnmp/netsnmp.mk
+++ b/package/netsnmp/netsnmp.mk
@@ -11,7 +11,7 @@ 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_OPT = --with-persistent-directory=/var/lib/snmp --disable-static \
+NETSNMP_CONF_OPT = --with-persistent-directory=/var/lib/snmp \
--with-defaults --enable-mini-agent --without-rpm \
--with-logfile=none --without-kmem-usage $(DISABLE_IPV6) \
--enable-as-needed --without-perl-modules \