summaryrefslogtreecommitdiffstats
path: root/patches/readline-7.0/0002-rl-header.patch
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2017-06-02 15:39:29 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-06-21 10:14:50 +0200
commit0491b05f5300c6b9467762ab68e259fb30a5474c (patch)
tree339eb3dd413d4d4b10b0c6ea103505c8821570c3 /patches/readline-7.0/0002-rl-header.patch
parent7f61a2529c94f1fb3beb0f0d5d2761bf396cc8cd (diff)
downloadptxdist-0491b05f5300c6b9467762ab68e259fb30a5474c.tar.gz
ptxdist-0491b05f5300c6b9467762ab68e259fb30a5474c.tar.xz
readline: version bump 6.2 -> 7.0
Ported patches, although I'm not entirely sure if they are still needed. They have a proper configure.ac now in upstream... No relevant --enable/disable/with/without options in configure. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches/readline-7.0/0002-rl-header.patch')
-rw-r--r--patches/readline-7.0/0002-rl-header.patch39
1 files changed, 39 insertions, 0 deletions
diff --git a/patches/readline-7.0/0002-rl-header.patch b/patches/readline-7.0/0002-rl-header.patch
new file mode 100644
index 000000000..94a7f616e
--- /dev/null
+++ b/patches/readline-7.0/0002-rl-header.patch
@@ -0,0 +1,39 @@
+From: "doko@debian.org" <doko@debian.org>
+Date: Sun, 24 Jan 2010 00:31:22 +0100
+Subject: [PATCH] rl-header.
+
+rl-header.dpatch by <doko@debian.org>
+
+from:
+http://ftp.de.debian.org/debian/pool/main/r/readline6/readline6_6.1-1.diff.gz
+
+Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
+---
+ history.h | 1 +
+ readline.h | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git a/history.h b/history.h
+index 8ce7c805d168..8d568a79fa29 100644
+--- a/history.h
++++ b/history.h
+@@ -32,6 +32,7 @@ extern "C" {
+ # include "rlstdc.h"
+ # include "rltypedefs.h"
+ #else
++# include <stdio.h>
+ # include <readline/rlstdc.h>
+ # include <readline/rltypedefs.h>
+ #endif
+diff --git a/readline.h b/readline.h
+index b1a177a577d5..06c2abe61736 100644
+--- a/readline.h
++++ b/readline.h
+@@ -32,6 +32,7 @@ extern "C" {
+ # include "keymaps.h"
+ # include "tilde.h"
+ #else
++# include <stdio.h>
+ # include <readline/rlstdc.h>
+ # include <readline/rltypedefs.h>
+ # include <readline/keymaps.h>