summarylogtreecommitdiffstats
path: root/dont-make-libpython-readonly.patch
diff options
context:
space:
mode:
authorFantix King2015-11-18 14:37:49 +0800
committerFantix King2015-11-19 18:05:57 +0800
commitbfa70b2a4583a336ffcaa6bc9b10965446490651 (patch)
tree34735a64b7ef0db9181ea1ee8b1f4c4623382896 /dont-make-libpython-readonly.patch
downloadaur-bfa70b2a4583a336ffcaa6bc9b10965446490651.tar.gz
3.5.0-2.1
Diffstat (limited to 'dont-make-libpython-readonly.patch')
-rw-r--r--dont-make-libpython-readonly.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dont-make-libpython-readonly.patch b/dont-make-libpython-readonly.patch
new file mode 100644
index 000000000000..92308bfe97bf
--- /dev/null
+++ b/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@
+