From 49ff2b25467a2956312ec928056c70b083aba14d Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Sun, 11 Dec 2005 21:10:51 +0000 Subject: [PATCH] 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 --- chapter01/changelog.xml | 4 ++++ chapter06/readline.xml | 2 +- general.ent | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 19460f590..ddc9d0caf 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -114,6 +114,10 @@ First a summary, then a detailed log. +December 11, 2005 [jhuntwork]: Changed variable used in readline for linking +in ncurses. Thanks to Alexander Patrakov for the fix. + + December 9, 2005 [matt]: Upgrade to man-pages-2.16 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. -SHLIB_XLDFLAGS=-lncurses +SHLIB_LIBS=-lncurses This option forces Readline to link against the libncurses library. diff --git a/general.ent b/general.ent index 741cb6d35..1937e729c 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + +