diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-11-01 15:25:48 +0100 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-11-01 15:25:48 +0100 |
commit | caec12548668dd7dd564ce732d8c77a76dfe4788 (patch) | |
tree | 3e4c09bb3c2fc6d8ada6efb39d504f23f736aa60 /package/python2/patches/patch-Makefile_pre_in | |
parent | cfd377d779327c4aaed5b0b7317db794e74ade74 (diff) |
fix macos x host compile
Diffstat (limited to 'package/python2/patches/patch-Makefile_pre_in')
-rw-r--r-- | package/python2/patches/patch-Makefile_pre_in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/package/python2/patches/patch-Makefile_pre_in b/package/python2/patches/patch-Makefile_pre_in index 8c6aba5c2..26077c7fc 100644 --- a/package/python2/patches/patch-Makefile_pre_in +++ b/package/python2/patches/patch-Makefile_pre_in @@ -1,5 +1,5 @@ --- Python-2.7.5.orig/Makefile.pre.in 2013-05-12 05:32:49.000000000 +0200 -+++ Python-2.7.5/Makefile.pre.in 2013-10-30 14:10:07.000000000 +0100 ++++ Python-2.7.5/Makefile.pre.in 2013-11-01 14:54:24.000000000 +0100 @@ -227,6 +227,7 @@ LIBFFI_INCLUDEDIR= @LIBFFI_INCLUDEDIR@ ########################################################################## # Parser @@ -8,6 +8,15 @@ PSRCS= \ Parser/acceler.c \ +@@ -456,7 +457,7 @@ sharedmods: $(BUILDPYTHON) pybuilddir.tx + *) quiet="";; \ + esac; \ + $(RUNSHARED) CC='$(CC)' LDSHARED='$(BLDSHARED)' OPT='$(OPT)' \ +- $(PYTHON_FOR_BUILD) $(srcdir)/setup.py $$quiet build ++ $(PYTHON_FOR_BUILD) $(srcdir)/setup.py build + + # Build static library + # avoid long command lines, same as LIBRARY_OBJS @@ -593,7 +594,7 @@ Modules/pwdmodule.o: $(srcdir)/Modules/p $(GRAMMAR_H): $(GRAMMAR_INPUT) $(PGENSRCS) @$(MKDIR_P) Include |