]> git.pld-linux.org Git - packages/net-snmp.git/blob - net-snmp-python.patch
- perl req/prov fix
[packages/net-snmp.git] / net-snmp-python.patch
1 --- net-snmp-5.4.1/Makefile.in.orig     2007-06-08 22:32:56.000000000 +0200
2 +++ net-snmp-5.4.1/Makefile.in  2007-09-08 17:04:04.289715135 +0200
3 @@ -207,7 +207,7 @@
4          fi
5  
6  pythoninstall:
7 -       @(dir=`pwd`; cd python; $(PYMAKE) install --basedir=$$dir) ; \
8 +       @(dir=`pwd`; cd python; $(PYMAKE) install --optimize=2 --root=$(DESTDIR) --prefix=$(prefix) --basedir=$$dir) ; \
9          if test $$? != 0 ; then \
10             exit 1 ; \
11          fi
This page took 0.062786 seconds and 3 git commands to generate.