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