summaryrefslogtreecommitdiffstats
path: root/abs/core/python/dont-make-libpython-readonly.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-02-16 17:18:06 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-02-16 17:18:06 (GMT)
commitfb486c082b04946caae9f6912d2cbbd4604cebca (patch)
treedcfee09616e92b3653e6ba01651286e78ac03e12 /abs/core/python/dont-make-libpython-readonly.patch
parent30be9c81192a331e5f61d131aa83912d9b39fcb1 (diff)
downloadlinhes_pkgbuild-fb486c082b04946caae9f6912d2cbbd4604cebca.zip
linhes_pkgbuild-fb486c082b04946caae9f6912d2cbbd4604cebca.tar.gz
linhes_pkgbuild-fb486c082b04946caae9f6912d2cbbd4604cebca.tar.bz2
python: initial inclusion of python 3
Diffstat (limited to 'abs/core/python/dont-make-libpython-readonly.patch')
-rw-r--r--abs/core/python/dont-make-libpython-readonly.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/abs/core/python/dont-make-libpython-readonly.patch b/abs/core/python/dont-make-libpython-readonly.patch
new file mode 100644
index 0000000..92308bf
--- /dev/null
+++ b/abs/core/python/dont-make-libpython-readonly.patch
@@ -0,0 +1,13 @@
+diff --git a/Makefile.pre.in b/Makefile.pre.in
+index ce2c0aa..7d6dcf7 100644
+--- a/Makefile.pre.in
++++ b/Makefile.pre.in
+@@ -60,7 +60,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
+
+ MKDIR_P= @MKDIR_P@
+