]> git.pld-linux.org Git - packages/net-snmp.git/blob - net-snmp-python.patch
- optimize=2
[packages/net-snmp.git] / net-snmp-python.patch
1 --- net-snmp-5.4/Makefile.in.orig       2006-11-07 15:54:25.000000000 +0100
2 +++ net-snmp-5.4/Makefile.in    2006-12-02 18:50:02.611735250 +0100
3 @@ -208,7 +208,7 @@
4          fi
5  
6  pythoninstall:
7 -       @(cd python ; $(PYMAKE) install) ; \
8 +       @(cd python ; $(PYMAKE) install --optimize=2 --root=$(DESTDIR)) ; \
9          if test $$? != 0 ; then \
10             exit 1 ; \
11          fi
This page took 0.052296 seconds and 4 git commands to generate.