From f53612bc7414c0d9e4700f957d6a1a1742574c67 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 28 Sep 2009 19:46:42 +0200 Subject: fix cross-compile at least from x86 to x86_64 --- package/python/patches/patch-Makefile_pre_in | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'package/python/patches/patch-Makefile_pre_in') 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) -- cgit v1.2.3