aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/python27/Python-no-export-path.patch
diff options
context:
space:
mode:
authorwsnipex <wsnipex@a1.net>2015-10-07 16:53:42 +0200
committerwsnipex <wsnipex@a1.net>2015-11-19 19:49:36 +0100
commitc1adca4c79727f2d0683a7f8144e1af722649f3f (patch)
tree8fa4191be2cb201cd2c1f750074da9996d35575d /tools/depends/target/python27/Python-no-export-path.patch
parenta9bb9398cc7800e2fe3400539e192fbed1bc46b9 (diff)
[depends] bump python to 2.7.10
Diffstat (limited to 'tools/depends/target/python27/Python-no-export-path.patch')
-rw-r--r--tools/depends/target/python27/Python-no-export-path.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/depends/target/python27/Python-no-export-path.patch b/tools/depends/target/python27/Python-no-export-path.patch
new file mode 100644
index 0000000000..5b001b1ed3
--- /dev/null
+++ b/tools/depends/target/python27/Python-no-export-path.patch
@@ -0,0 +1,11 @@
+--- Makefile.pre.in.orig 2015-10-09 19:10:15.042905069 +0200
++++ Makefile.pre.in 2015-10-09 19:11:01.513642241 +0200
+@@ -1070,8 +1070,6 @@
+ $(srcdir)/Lib/$(PLATDIR):
+ mkdir $(srcdir)/Lib/$(PLATDIR)
+ cp $(srcdir)/Lib/plat-generic/regen $(srcdir)/Lib/$(PLATDIR)/regen
+- export PATH; PATH="`pwd`:$$PATH"; \
+- export PYTHONPATH; PYTHONPATH="$(srcdir)/Lib:$(abs_builddir)/`cat pybuilddir.txt`"; \
+ export DYLD_FRAMEWORK_PATH; DYLD_FRAMEWORK_PATH="`pwd`"; \
+ export EXE; EXE="$(BUILDEXE)"; \
+ if [ -n "$(MULTIARCH)" ]; then export MULTIARCH; MULTIARCH=$(MULTIARCH); fi; \