diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2005-12-11 21:10:51 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2005-12-11 21:10:51 +0000 |
commit | 49ff2b25467a2956312ec928056c70b083aba14d (patch) | |
tree | c93ee53effa5f140e60b71827bd2f81005712845 /chapter06/readline.xml | |
parent | f65a5468e48693fd38a6a72504cfd15f9718097d (diff) |
Changed variable used to link ncurses into readline - doesn't overwrite other settings. Thanks Alex Patrakov.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7209 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/readline.xml')
-rw-r--r-- | chapter06/readline.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/readline.xml b/chapter06/readline.xml index 970ff05d5..f5a899c89 100644 --- a/chapter06/readline.xml +++ b/chapter06/readline.xml @@ -47,7 +47,7 @@ includes other fixes recommended by the Readline author.</para> <variablelist> <varlistentry> -<term><parameter>SHLIB_XLDFLAGS=-lncurses</parameter></term> +<term><parameter>SHLIB_LIBS=-lncurses</parameter></term> <listitem><para>This option forces Readline to link against the <filename class="libraryfile">libncurses</filename> library.</para></listitem> </varlistentry> |