From 1414d0053c5598b4c31bb45cf8ab2a1129bd61d9 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 2 Dec 2006 20:52:59 +0000 Subject: [PATCH] - optimize=2 Changed files: net-snmp-python.patch -> 1.2 --- net-snmp-python.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-snmp-python.patch b/net-snmp-python.patch index 26954e1..84876d2 100644 --- a/net-snmp-python.patch +++ b/net-snmp-python.patch @@ -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 -- 2.44.0