Author: arekm Date: Sun Jun 6 07:33:53 2010 GMT Module: packages Tag: HEAD ---- Log message: - rel 2; libnetsnmp wasn't properly linked
---- Files affected: packages/net-snmp: net-snmp-link.patch (1.11 -> 1.12) , net-snmp.spec (1.162 -> 1.163) ---- Diffs: ================================================================ Index: packages/net-snmp/net-snmp-link.patch diff -u packages/net-snmp/net-snmp-link.patch:1.11 packages/net-snmp/net-snmp-link.patch:1.12 --- packages/net-snmp/net-snmp-link.patch:1.11 Wed May 12 14:48:37 2010 +++ packages/net-snmp/net-snmp-link.patch Sun Jun 6 09:33:47 2010 @@ -80,3 +80,14 @@ # # internal test objects # +--- net-snmp-5.5/snmplib/Makefile.in~ 2010-06-05 20:17:39.941541617 +0200 ++++ net-snmp-5.5/snmplib/Makefile.in 2010-06-06 09:25:54.332457357 +0200 +@@ -194,7 +194,7 @@ + + # how to build the libraries. + libnetsnmp.$(LIB_EXTENSION)$(LIB_VERSION): $(TOBJS) +- $(LIB_LD_CMD) $@ $(TOBJS) $(LDFLAGS) @LNETSNMPLIBS@ ++ $(LIB_LD_CMD) $@ $(TOBJS) $(LDFLAGS) @LNETSNMPLIBS@ @LIBS@ + $(RANLIB) $@ + + # ================================================================ Index: packages/net-snmp/net-snmp.spec diff -u packages/net-snmp/net-snmp.spec:1.162 packages/net-snmp/net-snmp.spec:1.163 --- packages/net-snmp/net-snmp.spec:1.162 Sat Jun 5 20:26:55 2010 +++ packages/net-snmp/net-snmp.spec Sun Jun 6 09:33:47 2010 @@ -30,7 +30,7 @@ Summary(uk.UTF-8): Набір утиліт для протоколу SNMP від UC-Davis Name: net-snmp Version: 5.5 -Release: 1 +Release: 2 License: BSD-like Group: Networking/Daemons Source0: http://dl.sourceforge.net/net-snmp/%{name}-%{version}.tar.gz @@ -464,7 +464,7 @@ --disable-debugging \ --enable-as-needed \ %{!?with_static_libs:--disable-static} \ - --with-cflags="%{rpmcflags} -I/usr/include/et" \ + --with-cflags="%{rpmcflags} %{rpmcppflags} -I/usr/include/et" \ --with-ldflags="%{rpmldflags}" \ --with-defaults \ --with-default-snmp-version=3 \ @@ -496,7 +496,7 @@ %{__perl} Makefile.PL \ -NET-SNMP-IN-SOURCE=true \ INSTALLDIRS=vendor \ - OPTIMIZE="%{rpmcflags}" \ + OPTIMIZE="%{rpmcflags} %{rpmcppflags}" \ </dev/null # avoid rpaths generated by MakeMaker @@ -804,6 +804,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.163 2010/06/06 07:33:47 arekm +- rel 2; libnetsnmp wasn't properly linked + Revision 1.162 2010/06/05 18:26:55 arekm - rel 1; add two fixes from fc and updates lm sensors patch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/net-snmp/net-snmp-link.patch?r1=1.11&r2=1.12&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/net-snmp/net-snmp.spec?r1=1.162&r2=1.163&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
