From 49ff2b25467a2956312ec928056c70b083aba14d Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Sun, 11 Dec 2005 21:10:51 +0000 Subject: 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 --- chapter06/readline.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06') 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. -- cgit v1.2.3-54-g00ecf