SOURCES: python-pyblock-optflags.patch (NEW) - allow specify optflags
glen
glen at pld-linux.org
Sat May 20 03:18:34 CEST 2006
Author: glen Date: Sat May 20 01:18:34 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- allow specify optflags
---- Files affected:
SOURCES:
python-pyblock-optflags.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/python-pyblock-optflags.patch
diff -u /dev/null SOURCES/python-pyblock-optflags.patch:1.1
--- /dev/null Sat May 20 03:18:34 2006
+++ SOURCES/python-pyblock-optflags.patch Sat May 20 03:18:29 2006
@@ -0,0 +1,12 @@
+--- pyblock-0.15/Makefile~ 2006-02-23 05:32:15.000000000 +0200
++++ pyblock-0.15/Makefile 2006-05-20 04:14:11.030630136 +0300
+@@ -4,7 +4,8 @@
+ DEBUGSRC := "/usr/src/debug"
+ DEBUGLIB := "/usr/lib/debug"
+ CC := gcc
+-CFLAGS := -g -I/usr/include/python2.4 -Wall -Werror -fPIC
++OPTFLAGS := -g
++CFLAGS := $(OPTFLAGS) -I/usr/include/python2.4 -Wall -Werror -fPIC
+ LDFLAGS := -shared
+
+ VERSION = 0.15
================================================================
More information about the pld-cvs-commit
mailing list