From: Michael Tremer Date: Sat, 5 Sep 2009 10:20:11 +0000 (+0200) Subject: net-snmp: Disable static libs. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e53d29ca76131783713bf0fb5e3fe2589629d08c;p=ipfire-3.x.git net-snmp: Disable static libs. --- diff --git a/lfs/net-snmp b/lfs/net-snmp index f25100332..0d3d0feb3 100644 --- a/lfs/net-snmp +++ b/lfs/net-snmp @@ -91,7 +91,8 @@ $(OBJECT): $(objects) --with-sys-location=localhost \ --with-logfile=/var/log/snmpd.log \ --with-persistent-directory=/var/net-snmp \ - --disable-embedded-perl + --disable-embedded-perl \ + --disable-static cd $(DIR_APP) && make CFLAGS="$(CFLAGS)" #$(PARALLELISMFLAGS) cd $(DIR_APP) && make install