summaryrefslogtreecommitdiffhomepage
path: root/patches/libreadline-7.0.local.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/libreadline-7.0.local.patch')
-rw-r--r--patches/libreadline-7.0.local.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/patches/libreadline-7.0.local.patch b/patches/libreadline-7.0.local.patch
deleted file mode 100644
index d719a3fe..00000000
--- a/patches/libreadline-7.0.local.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-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 2018-05-18 13:36:19.410406513 +0200
-@@ -86,7 +86,7 @@
- SHOBJ_LIBS = @SHOBJ_LIBS@
-
- SHLIB_XLDFLAGS = @LDFLAGS@ @SHLIB_XLDFLAGS@
--SHLIB_LIBS = @SHLIB_LIBS@
-+SHLIB_LIBS = @SHLIB_LIBS@ -lncurses -ltinfo
-
- SHLIB_DOT = @SHLIB_DOT@
- SHLIB_LIBPREF = @SHLIB_LIBPREF@