]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
netsnmp: do not force --disable-static
authoruniverse II <universeii@gmx.de>
Mon, 18 Nov 2013 15:02:18 +0000 (16:02 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 25 Dec 2013 16:51:58 +0000 (17:51 +0100)
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>
package/netsnmp/netsnmp.mk

index 6ab754ef977c91cd854b29e50a46652bb040e28f..47c6424e951d6cd6d2f1f41969c9fe90fd704def 100644 (file)
@@ -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 \