aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/readline.xml
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 /chapter06/readline.xml
parent456a1d928d66af0baed73f9dd8114c80eef0edac (diff)
Force Readline to link against Ncurses
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3775 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/readline.xml')
-rw-r--r--chapter06/readline.xml2
1 files changed, 1 insertions, 1 deletions
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>