From 1e472fb9acf1c14f1e13c824b6ca89e1198410be Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 29 Mar 2017 02:13:40 +0000 Subject: Move realline to be before bc in Cahpater 6. Update to linux-4.10.6. Update to pkg-config-0.29.2. Update to tzdata-2017b. Add option -Dusethreads to perl in Chapter 6. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11212 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bc.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'chapter06/bc.xml') diff --git a/chapter06/bc.xml b/chapter06/bc.xml index 7f9373e52..31794bb80 100644 --- a/chapter06/bc.xml +++ b/chapter06/bc.xml @@ -45,6 +45,14 @@ patch -Np1 -i ../&bc-memory-leak-patch; + Create a temporary symbolic link so the package can find + the readline library and confirm that its required libncurses + library is available. Even though the libraries are in /tools/lib + at this point, the system will use /usr/lib at the end of + this chapter. + +ln -sv /tools/lib/libncursesw.so /usr/lib/libncurses.so + Prepare Bc for compilation: ./configure --prefix=/usr \ -- cgit v1.2.3-54-g00ecf