[Pkg-net-snmp-commits] r192 - branches/net-snmp54-dev/debian

anders-guest at alioth.debian.org anders-guest at alioth.debian.org
Sat Jul 21 22:05:30 UTC 2007


Author: anders-guest
Date: 2007-07-21 22:05:29 +0000 (Sat, 21 Jul 2007)
New Revision: 192

Modified:
   branches/net-snmp54-dev/debian/rules
Log:
configure with --enable-as-needed for proper linking against libperl

Modified: branches/net-snmp54-dev/debian/rules
===================================================================
--- branches/net-snmp54-dev/debian/rules	2007-07-21 22:00:58 UTC (rev 191)
+++ branches/net-snmp54-dev/debian/rules	2007-07-21 22:05:29 UTC (rev 192)
@@ -40,7 +40,7 @@
 	  --with-persistent-directory=/var/lib/snmp \
 	  --enable-ucd-snmp-compatibility \
 	  --enable-shared --with-cflags="$(CFLAGS) -DNETSNMP_USE_INLINE" \
-	  --with-perl-modules="INSTALLDIRS=vendor" \
+	  --with-perl-modules="INSTALLDIRS=vendor" --enable-as-needed \
 	  $(IPV6) --with-logfile=none \
 	  --without-rpm --with-libwrap --with-openssl \
 	  --without-dmalloc --without-efence --without-rsaref \




More information about the Pkg-net-snmp-commits mailing list