]> git.pld-linux.org Git - packages/net-snmp.git/blobdiff - net-snmp-python.patch
- release 6 (by relup.sh)
[packages/net-snmp.git] / net-snmp-python.patch
index 26954e1dc8900a051a8b82d08057f17fb46a6c45..3dc585d79ad135edbe4bfa2c1291aaaaf140fa44 100644 (file)
@@ -1,11 +1,11 @@
---- net-snmp-5.4/Makefile.in.orig      2006-11-07 15:54:25.000000000 +0100
-+++ net-snmp-5.4/Makefile.in   2006-12-02 18:50:02.611735250 +0100
-@@ -208,7 +208,7 @@
+--- net-snmp-5.4.1/Makefile.in.orig    2007-06-08 22:32:56.000000000 +0200
++++ net-snmp-5.4.1/Makefile.in 2007-09-08 17:04:04.289715135 +0200
+@@ -207,7 +207,7 @@
          fi
  
  pythoninstall:
--      @(cd python ; $(PYMAKE) install) ; \
-+      @(cd python ; $(PYMAKE) install --root=$(DESTDIR)) ; \
+-      @(dir=`pwd`; cd python; $(PYMAKE) install --basedir=$$dir) ; \
++      @(dir=`pwd`; cd python; $(PYMAKE) install --optimize=2 --root=$(DESTDIR) --basedir=$$dir) ; \
          if test $$? != 0 ; then \
             exit 1 ; \
          fi
This page took 0.027887 seconds and 4 git commands to generate.