summaryrefslogtreecommitdiff
path: root/package/python/patches/patch-Makefile_pre_in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-09-28 19:46:42 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-09-28 19:46:42 +0200
commitf53612bc7414c0d9e4700f957d6a1a1742574c67 (patch)
treec4a5b3ffafbb2d7f7983f5f47cf62385f753ebc8 /package/python/patches/patch-Makefile_pre_in
parentb90cc7f1ad47a02d811f45b1b6fa0c5fc5bf0edf (diff)
fix cross-compile at least from x86 to x86_64
Diffstat (limited to 'package/python/patches/patch-Makefile_pre_in')
-rw-r--r--package/python/patches/patch-Makefile_pre_in11
1 files changed, 10 insertions, 1 deletions
diff --git a/package/python/patches/patch-Makefile_pre_in b/package/python/patches/patch-Makefile_pre_in
index ac6c129ee..00504cb16 100644
--- a/package/python/patches/patch-Makefile_pre_in
+++ b/package/python/patches/patch-Makefile_pre_in
@@ -1,5 +1,14 @@
--- Python-3.1.1.orig/Makefile.pre.in 2009-06-12 00:54:11.000000000 +0200
-+++ Python-3.1.1/Makefile.pre.in 2009-09-23 21:48:18.000000000 +0200
++++ Python-3.1.1/Makefile.pre.in 2009-09-28 19:01:13.167748736 +0200
+@@ -52,7 +52,7 @@ INSTALL_DATA= @INSTALL_DATA@
+ # Shared libraries must be installed with executable mode on some systems;
+ # rather than figuring out exactly which, we always give them executable mode.
+ # Also, making them read-only seems to be a good idea...
+-INSTALL_SHARED= ${INSTALL} -m 555
++INSTALL_SHARED= ${INSTALL} -m 755
+
+ MAKESETUP= $(srcdir)/Modules/makesetup
+
@@ -177,6 +177,7 @@ LIBOBJS= @LIBOBJS@
PYTHON= python$(EXE)