forked from pool/python-pysvn
39 lines
1.6 KiB
Diff
39 lines
1.6 KiB
Diff
--- Source/setup.py 2007-03-01 11:33:22.000000000 +0100
|
|
+++ Source/setup.py.oden 2007-03-01 11:35:57.000000000 +0100
|
|
@@ -270,9 +270,9 @@
|
|
PYTHON=%(python_exe)s
|
|
SVN_INCLUDE=%(svn_include)s
|
|
CCC=g++ -c
|
|
-CCCFLAGS=-Wall -fPIC -fexceptions -frtti %(includes)s %(py_cflags)s %(debug_cflags)s
|
|
+CCCFLAGS=$(RPM_OPT_FLAGS) -Wall -fPIC -fexceptions -frtti %(includes)s %(py_cflags)s %(debug_cflags)s
|
|
CC=gcc -c
|
|
-CCFLAGS=-Wall -fPIC %(includes)s %(debug_cflags)s
|
|
+CCFLAGS=$(RPM_OPT_FLAGS) -Wall -fPIC %(includes)s %(debug_cflags)s
|
|
PYCXX=%(pycxx_dir)s
|
|
LDSHARED=g++ -shared %(debug_cflags)s
|
|
LDLIBS=-L%(svn_lib_dir)s \
|
|
@@ -291,9 +291,9 @@
|
|
PYTHON=%(python_exe)s
|
|
SVN_INCLUDE=%(svn_include)s
|
|
CCC=g++ -c
|
|
-CCCFLAGS=-Wall -fPIC -fexceptions -frtti %(includes)s %(py_cflags)s %(debug_cflags)s
|
|
+CCCFLAGS=$(RPM_OPT_FLAGS) -Wall -fPIC -fexceptions -frtti %(includes)s %(py_cflags)s %(debug_cflags)s
|
|
CC=gcc -c
|
|
-CCFLAGS=-Wall -fPIC %(includes)s %(debug_cflags)s
|
|
+CCFLAGS=$(RPM_OPT_FLAGS) -Wall -fPIC %(includes)s %(debug_cflags)s
|
|
PYCXX=%(pycxx_dir)s
|
|
LDSHARED=g++ -shared %(debug_cflags)s
|
|
LDLIBS=-L%(svn_lib_dir)s \
|
|
@@ -312,9 +312,9 @@
|
|
PYTHON=%(python_exe)s
|
|
SVN_INCLUDE=%(svn_include)s
|
|
CCC=g++ -c
|
|
-CCCFLAGS=-Wall -fPIC -fexceptions -frtti %(includes)s %(py_cflags)s %(debug_cflags)s
|
|
+CCCFLAGS=$(RPM_OPT_FLAGS) -Wall -fPIC -fexceptions -frtti %(includes)s %(py_cflags)s %(debug_cflags)s
|
|
CC=gcc -c
|
|
-CCFLAGS=-Wall -fPIC %(includes)s %(debug_cflags)s
|
|
+CCFLAGS=$(RPM_OPT_FLAGS) -Wall -fPIC %(includes)s %(debug_cflags)s
|
|
PYCXX=%(pycxx_dir)s
|
|
LDSHARED=g++ -shared %(debug_cflags)s
|
|
LDLIBS=-L%(svn_lib_dir)s \
|