diff options
Diffstat (limited to 'data/python/common.diff')
-rw-r--r-- | data/python/common.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/python/common.diff b/data/python/common.diff index fee4dd829..64f9eb4f2 100644 --- a/data/python/common.diff +++ b/data/python/common.diff @@ -6,7 +6,7 @@ diff -r -u Python-2.5.1/configure.in Python-2.5.1+iPhone/configure.in # is there any other compiler on Darwin besides gcc? Darwin*) - BASECFLAGS="$BASECFLAGS -Wno-long-double -no-cpp-precomp -mno-fused-madd" -+ BASECFLAGS="$BASECFLAGS -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common" ++ BASECFLAGS="$BASECFLAGS -no-cpp-precomp -fno-common" if test "${enable_universalsdk}"; then BASECFLAGS="-arch ppc -arch i386 -isysroot ${UNIVERSALSDK} ${BASECFLAGS}" fi |