summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-06-17 07:49:26 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-06-17 09:54:44 +0200
commit2947f6055d25f2fd8ce61bd29831b41e3c22a855 (patch)
tree641a8edf06a571a8e0e87948443ce68ea4ba8fdb
parent08ed40d513ec0ea9637e3326a2f851c53982d3c0 (diff)
downloadmidipix_build-2947f6055d25f2fd8ce61bd29831b41e3c22a855.tar.bz2
midipix_build-2947f6055d25f2fd8ce61bd29831b41e3c22a855.tar.xz
libreadline: corrected libreadline-8.1.local.patch.
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
l---------patches/libreadline-7.0.local.patch1
-rw-r--r--patches/libreadline-8.1.local.patch30
2 files changed, 10 insertions, 21 deletions
diff --git a/patches/libreadline-7.0.local.patch b/patches/libreadline-7.0.local.patch
new file mode 120000
index 00000000..c9a0e194
--- /dev/null
+++ b/patches/libreadline-7.0.local.patch
@@ -0,0 +1 @@
+libreadline-8.1.local.patch \ No newline at end of file
diff --git a/patches/libreadline-8.1.local.patch b/patches/libreadline-8.1.local.patch
index d719a3fe..02c95e3c 100644
--- a/patches/libreadline-8.1.local.patch
+++ b/patches/libreadline-8.1.local.patch
@@ -1,24 +1,12 @@
-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 @@
+diff -ru a/shlib/Makefile.in b/shlib/Makefile.in
+--- a/shlib/Makefile.in 2020-10-29 19:47:57.000000000 +0000
++++ b/shlib/Makefile.in 2021-06-17 07:47:34.626966115 +0000
+@@ -83,7 +83,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@
+ SHOBJ_LDFLAGS = @SHOBJ_LDFLAGS@
+ SHOBJ_XLDFLAGS = @SHOBJ_XLDFLAGS@
+-SHOBJ_LIBS = @SHOBJ_LIBS@
++SHOBJ_LIBS = @SHOBJ_LIBS@ $(TERMCAP_LIB)
SHLIB_XLDFLAGS = @LDFLAGS@ @SHLIB_XLDFLAGS@
--SHLIB_LIBS = @SHLIB_LIBS@
-+SHLIB_LIBS = @SHLIB_LIBS@ -lncurses -ltinfo
-
- SHLIB_DOT = @SHLIB_DOT@
- SHLIB_LIBPREF = @SHLIB_LIBPREF@
+ SHLIB_LIBS = @SHLIB_LIBS@