summarylogtreecommitdiffstats
path: root/dont-make-libpython-readonly.patch
diff options
context:
space:
mode:
authorAtte Lautanala2018-05-17 15:57:01 +0300
committerAtte Lautanala2018-05-17 15:57:01 +0300
commitf69496f9c60c9d3cbc17469fe5930852a4184459 (patch)
tree8671a521de4c345dfc4f090e072a825df042bbf0 /dont-make-libpython-readonly.patch
downloadaur-f69496f9c60c9d3cbc17469fe5930852a4184459.tar.gz
Build Python 3.7
Diffstat (limited to 'dont-make-libpython-readonly.patch')
-rw-r--r--dont-make-libpython-readonly.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/dont-make-libpython-readonly.patch b/dont-make-libpython-readonly.patch
new file mode 100644
index 000000000000..ae1ec33375b7
--- /dev/null
+++ b/dont-make-libpython-readonly.patch
@@ -0,0 +1,10 @@
+--- a/Makefile.pre.in
++++ b/Makefile.pre.in
+@@ -70,7 +70,7 @@
+ # 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@