]> git.pld-linux.org Git - packages/net-snmp.git/commitdiff
- optimize=2
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 2 Dec 2006 20:52:59 +0000 (20:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    net-snmp-python.patch -> 1.2

net-snmp-python.patch

index 26954e1dc8900a051a8b82d08057f17fb46a6c45..84876d21e3ab0844ab0c0337e2eb590d62536d7c 100644 (file)
@@ -5,7 +5,7 @@
  
  pythoninstall:
 -      @(cd python ; $(PYMAKE) install) ; \
-+      @(cd python ; $(PYMAKE) install --root=$(DESTDIR)) ; \
++      @(cd python ; $(PYMAKE) install --optimize=2 --root=$(DESTDIR)) ; \
          if test $$? != 0 ; then \
             exit 1 ; \
          fi
This page took 0.046756 seconds and 4 git commands to generate.