aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZack Winkles <winkie@linuxfromscratch.org>2004-06-11 14:31:57 +0000
committerZack Winkles <winkie@linuxfromscratch.org>2004-06-11 14:31:57 +0000
commita66c1cd3b356fa2fda06c8d1dda95561015ba20e (patch)
tree067f2775a03ada5f9fc58553ad1cfe4598b67a2c
parent456a1d928d66af0baed73f9dd8114c80eef0edac (diff)
Force Readline to link against Ncurses
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3775 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--chapter06/readline.xml2
2 files changed, 4 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index e617b0fac..73a0dc474 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -106,6 +106,9 @@ first a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
+<listitem><para>June 11, 2004 [winkie]: Force Readline to link against Ncurses.
+</para></listitem>
+
<listitem><para>June 11, 2004 [alexander]: Added sysvinit-2.85-proclen-1.patch
</para></listitem>
diff --git a/chapter06/readline.xml b/chapter06/readline.xml
index 2694912dc..d4605f5a6 100644
--- a/chapter06/readline.xml
+++ b/chapter06/readline.xml
@@ -40,7 +40,7 @@ patch:</para>
<para>Compile the package:</para>
-<screen><userinput>make</userinput></screen>
+<screen><userinput>make SHLIB_XLDFLAGS=-lncurses</userinput></screen>
<para>Install the package:</para>