summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-10-13 20:55:17 +0000
committerMike Frysinger <vapier@gentoo.org>2006-10-13 20:55:17 +0000
commit85013df2a30c8ce115472433261af44b00dbba7d (patch)
tree9d5dd6f08b80968d48a01c6c10e1fb91ace5d828 /sys-libs/readline/files
parentTreat any unquoted # as starting a comment (#151086) (diff)
downloadhistorical-85013df2a30c8ce115472433261af44b00dbba7d.tar.gz
historical-85013df2a30c8ce115472433261af44b00dbba7d.tar.bz2
historical-85013df2a30c8ce115472433261af44b00dbba7d.zip
Link against the local readline #151174 by Javier Armendariz.
Package-Manager: portage-2.1.2_pre2-r5
Diffstat (limited to 'sys-libs/readline/files')
-rw-r--r--sys-libs/readline/files/readline-5.2-rlfe-build.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/sys-libs/readline/files/readline-5.2-rlfe-build.patch b/sys-libs/readline/files/readline-5.2-rlfe-build.patch
new file mode 100644
index 000000000000..9ad0b2d53f5c
--- /dev/null
+++ b/sys-libs/readline/files/readline-5.2-rlfe-build.patch
@@ -0,0 +1,14 @@
+make sure we link with the current build readline rather than
+the system installed one
+
+--- examples/rlfe/Makefile.in
++++ examples/rlfe/Makefile.in
+@@ -22,7 +22,7 @@
+ CFLAGS = @CFLAGS@
+ CPPFLAGS = @CPPFLAGS@
+ #LDFLAGS = -L$(READLINE_DIR)
+-LDFLAGS = @LDFLAGS@
++LDFLAGS = @LDFLAGS@ -Lreadline
+ LIBS = -lreadline -lhistory -lncurses @LIBS@
+
+ CPP=@CPP@