summaryrefslogtreecommitdiffstats
path: root/abs/core/python/dont-make-libpython-readonly.patch
diff options
context:
space:
mode:
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, 0 insertions, 13 deletions
diff --git a/abs/core/python/dont-make-libpython-readonly.patch b/abs/core/python/dont-make-libpython-readonly.patch
deleted file mode 100644
index 92308bf..0000000
--- a/abs/core/python/dont-make-libpython-readonly.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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@
-