X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=net-snmp-python.patch;h=7fa7f0f7d0a346275a10ed9dd7cd6ab54d2696da;hb=c99d50637a18235033d6a9bc7147c887d9e44519;hp=26954e1dc8900a051a8b82d08057f17fb46a6c45;hpb=e99cbdf87886c5bf8d724f308d0c935e2eba0e19;p=packages%2Fnet-snmp.git diff --git a/net-snmp-python.patch b/net-snmp-python.patch index 26954e1..7fa7f0f 100644 --- a/net-snmp-python.patch +++ b/net-snmp-python.patch @@ -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