From efcb3933433838b71f3a4a53ec1ac6d899aaec0b Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sun, 3 May 2020 21:02:51 +0000 Subject: Make the new book git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11831 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/readline.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter06/readline.xml') diff --git a/chapter06/readline.xml b/chapter06/readline.xml index bcefab042..87571ea9d 100644 --- a/chapter06/readline.xml +++ b/chapter06/readline.xml @@ -73,13 +73,13 @@ sed -i '/{OLDSUFF}/c:' support/shlib-install Compile the package: -make SHLIB_LIBS="-L/tools/lib -lncursesw" +make SHLIB_LIBS="-lncursesw" The meaning of the make option: - SHLIB_LIBS="-L/tools/lib -lncursesw" + SHLIB_LIBS="-lncursesw" This option forces Readline to link against the libncursesw library. @@ -92,7 +92,7 @@ sed -i '/{OLDSUFF}/c:' support/shlib-install Install the package: -make SHLIB_LIBS="-L/tools/lib -lncursesw" install +make SHLIB_LIBS="-lncursesw" install Now move the dynamic libraries to a more appropriate location and fix up some permissions and symbolic links: -- cgit v1.2.3-54-g00ecf