SOURCES: net-snmp-python.patch - optimize=2

qboosh qboosh at pld-linux.org
Sat Dec 2 21:53:05 CET 2006


Author: qboosh                       Date: Sat Dec  2 20:53:05 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- optimize=2

---- Files affected:
SOURCES:
   net-snmp-python.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/net-snmp-python.patch
diff -u SOURCES/net-snmp-python.patch:1.1 SOURCES/net-snmp-python.patch:1.2
--- SOURCES/net-snmp-python.patch:1.1	Sat Dec  2 20:14:23 2006
+++ SOURCES/net-snmp-python.patch	Sat Dec  2 21:52:59 2006
@@ -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
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/net-snmp-python.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list