From fd4c19f6868a5115a8614d80cafda2350f7a58c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Fri, 18 May 2018 11:41:57 +0000 Subject: patches/libreadline-7.0.local.patch: via Redfoxmoon. --- patches/libreadline-7.0.local.patch | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'patches/libreadline-7.0.local.patch') diff --git a/patches/libreadline-7.0.local.patch b/patches/libreadline-7.0.local.patch index 4e93ec3a..f9901a85 100644 --- a/patches/libreadline-7.0.local.patch +++ b/patches/libreadline-7.0.local.patch @@ -1,6 +1,18 @@ +diff -ru readline-7.0.orig/configure readline-7.0/configure +--- readline-7.0.orig/configure 2016-09-07 23:15:16.000000000 +0200 ++++ readline-7.0/configure 2018-05-18 13:35:12.958734947 +0200 +@@ -3851,7 +3851,7 @@ + + test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' + +-test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' ++test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 755' + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. diff -ru readline-7.0.orig/shlib/Makefile.in readline-7.0/shlib/Makefile.in --- readline-7.0.orig/shlib/Makefile.in 2015-07-13 00:41:58.000000000 +0200 -+++ readline-7.0/shlib/Makefile.in 2017-12-30 00:39:53.919481249 +0100 ++++ readline-7.0/shlib/Makefile.in 2018-05-18 13:36:19.410406513 +0200 @@ -86,7 +86,7 @@ SHOBJ_LIBS = @SHOBJ_LIBS@ -- cgit v1.2.3