]> git.pld-linux.org Git - packages/net-snmp.git/blame - net-snmp-python.patch
- fix python install
[packages/net-snmp.git] / net-snmp-python.patch
CommitLineData
13da4243
JB
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 @@
e99cbdf8
JB
4 fi
5
6 pythoninstall:
13da4243 7- @(dir=`pwd`; cd python; $(PYMAKE) install --basedir=$$dir) ; \
b166dbc4 8+ @(dir=`pwd`; cd python; $(PYMAKE) install --optimize=2 --root=$(DESTDIR) --prefix=$(prefix) --basedir=$$dir) ; \
e99cbdf8
JB
9 if test $$? != 0 ; then \
10 exit 1 ; \
11 fi
This page took 0.090336 seconds and 4 git commands to generate.