diff options
Diffstat (limited to 'tools/depends/target/python27/Python-no-export-path.patch')
-rw-r--r-- | tools/depends/target/python27/Python-no-export-path.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/depends/target/python27/Python-no-export-path.patch b/tools/depends/target/python27/Python-no-export-path.patch deleted file mode 100644 index e46ad4f6da..0000000000 --- a/tools/depends/target/python27/Python-no-export-path.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.pre.in.orig 2015-10-09 19:10:15.042905069 +0200 -+++ Makefile.pre.in 2015-10-09 19:11:01.513642241 +0200 -@@ -1148,8 +1148,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; \ |