]> git.pld-linux.org Git - packages/net-snmp.git/blobdiff - net-snmp-python.patch
Provide hrMIB data via librpm for rpm 4.16
[packages/net-snmp.git] / net-snmp-python.patch
index 26954e1dc8900a051a8b82d08057f17fb46a6c45..7fa7f0f7d0a346275a10ed9dd7cd6ab54d2696da 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.8/Makefile.in.orig      2018-08-25 22:44:53.077693735 +0200
++++ net-snmp-5.8/Makefile.in   2018-08-25 22:50:13.384356740 +0200
+@@ -234,7 +234,7 @@
          fi
  
  pythoninstall:
--      @(cd python ; $(PYMAKE) install) ; \
-+      @(cd python ; $(PYMAKE) install --root=$(DESTDIR)) ; \
+-      @(dir=`pwd`; cd python; $(PYMAKE) install --basedir=$$dir --root=$(DESTDIR) --prefix=$(prefix)) ; \
++      @(dir=`pwd`; cd python; $(PYMAKE) install --optimize=2 --basedir=$$dir --root=$(DESTDIR) --prefix=$(prefix)) ; \
          if test $$? != 0 ; then \
             exit 1 ; \
          fi
This page took 0.048116 seconds and 4 git commands to generate.