]> git.pld-linux.org Git - packages/net-snmp.git/commitdiff
- rel 2; libnetsnmp wasn't properly linked auto/th/net-snmp-5_5-2 auto/ti/net-snmp-5_5-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 6 Jun 2010 07:33:47 +0000 (07:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    net-snmp-link.patch -> 1.12
    net-snmp.spec -> 1.163

net-snmp-link.patch
net-snmp.spec

index e5afdf5d19c157e503aac010a9991121f2c51cd5..5aee397bb34901d1e576f8b21f03c9a1534f6c12 100644 (file)
  #
  # 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 e5519e5b5284727fdd59a9ec0f83721234523935..9dad839ab72f43e2be74658ad29e4009b3e4eda9 100644 (file)
@@ -29,7 +29,7 @@ Summary(ru.UTF-8):    Набор утилит для протокола SNMP от U
 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
@@ -463,7 +463,7 @@ MIBS="$MIBS ucd-snmp/lmsensorsMib"
        --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 \
@@ -495,7 +495,7 @@ cd perl
 %{__perl} Makefile.PL \
        -NET-SNMP-IN-SOURCE=true \
        INSTALLDIRS=vendor \
-       OPTIMIZE="%{rpmcflags}" \
+       OPTIMIZE="%{rpmcflags} %{rpmcppflags}" \
        </dev/null
 
 # avoid rpaths generated by MakeMaker
This page took 0.035647 seconds and 4 git commands to generate.