SPECS: net-snmp.spec - added --enable-as-needed, but it's not suff...
qboosh
qboosh at pld-linux.org
Sun Dec 3 20:22:27 CET 2006
Author: qboosh Date: Sun Dec 3 19:22:27 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added --enable-as-needed, but it's not sufficient to fix linking
---- Files affected:
SPECS:
net-snmp.spec (1.83 -> 1.84)
---- Diffs:
================================================================
Index: SPECS/net-snmp.spec
diff -u SPECS/net-snmp.spec:1.83 SPECS/net-snmp.spec:1.84
--- SPECS/net-snmp.spec:1.83 Sat Dec 2 21:57:37 2006
+++ SPECS/net-snmp.spec Sun Dec 3 20:22:22 2006
@@ -399,30 +399,30 @@
%{__autoconf}
%{__autoheader}
%configure \
- --with-logfile="%{logfile}" \
--with-cflags="%{rpmcflags} -I/usr/include/et" \
--with-ldflags="%{rpmldflags}" \
- --with-transports="UDP UDPIPv6 TCP TCPIPv6 Unix Callback " \
- --with-sys-location="Unknown" \
- --with-perl-modules \
- --with-python-modules \
- --with-security-modules="ksm" \
+ --with-defaults \
+ --with-default-snmp-version=3 \
+ --with-krb5 \
+ --with-libwrap \
+ --with-logfile="%{logfile}" \
--with-mib-modules="host disman/event-mib smux mibII/mta_sendmail \
%ifarch %{ix86} %{x8664}
ucd-snmp/lmSensors ucd-snmp/diskio \
%endif
agentx target misc/ipfwacc" \
- --with-krb5 \
- --with-libwrap \
--with-openssl \
- --disable-debugging \
+ --with-perl-modules \
--with-persistent-directory="/var/lib/net-snmp" \
- --enable-ipv6 \
+ --with-python-modules \
+ --with-security-modules="ksm" \
--with-sys-contact="root at localhost" \
- --enable-ucd-snmp-compatibility \
- --with-defaults \
- --with-default-snmp-version=3 \
- --enable-shared
+ --with-sys-location="Unknown" \
+ --with-transports="UDP UDPIPv6 TCP TCPIPv6 Unix Callback " \
+ --disable-debugging \
+ --enable-as-needed \
+ --enable-ipv6 \
+ --enable-ucd-snmp-compatibility
# --enable-reentrant is broken - snmpd deadlocks on send (tries to lock the same mutex twice):
# #4 0xb760f54e in siglongjmp () from /lib/tls/libpthread.so.0
@@ -702,6 +702,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.84 2006/12/03 19:22:22 qboosh
+- added --enable-as-needed, but it's not sufficient to fix linking
+
Revision 1.83 2006/12/02 20:57:37 qboosh
- added python patch, updated files (added python-netsnmp package); builds now
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/net-snmp.spec?r1=1.83&r2=1.84&f=u
More information about the pld-cvs-commit
mailing list