From 2e8cbe04cdac7b733326b23f72dbfc5b7b2d055c Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 8 Jun 2014 18:24:03 +0000 Subject: Add SHLIB_LIBS=-lncurses to readline install procedure. Fix an md5sum for eudev manpages. Fix typos in host requirements script. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10573 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 9 +++++++++ chapter06/readline.xml | 2 +- packages.ent | 2 +- prologue/hostreqs.xml | 22 +++++++++++----------- 4 files changed, 22 insertions(+), 13 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index f7ee27e50..0d043fb92 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -35,6 +35,15 @@ --> + + 2014-06-08 + + + [bdubbs] - Add SHLIB_LIBS to readline install command. + + + + 2014-06-04 diff --git a/chapter06/readline.xml b/chapter06/readline.xml index dcf5ee065..b17380a98 100644 --- a/chapter06/readline.xml +++ b/chapter06/readline.xml @@ -80,7 +80,7 @@ sed -i '/{OLDSUFF}/c:' support/shlib-install Install the package: -make install +make SHLIB_LIBS=-lncurses install Now move the dynamic libraries to a more appropriate location and fix up some symbolic links: diff --git a/packages.ent b/packages.ent index bcadcb91a..cfda8e61b 100644 --- a/packages.ent +++ b/packages.ent @@ -153,7 +153,7 @@ - + diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index 14b010b6a..51b112eb8 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -176,19 +176,19 @@ if [ -e /usr/bin/awk ]; then echo "/usr/bin/awk -> `readlink -f /usr/bin/awk`"; else echo "awk not found"; fi -gcc - -version | head -n1 -g++ - -version | head -n1 -ldd - -version | head -n1 | cut -d" " -f2- # glibc version -grep - -version | head -n1 -gzip - -version | head -n1 +gcc --version | head -n1 +g++ --version | head -n1 +ldd --version | head -n1 | cut -d" " -f2- # glibc version +grep --version | head -n1 +gzip --version | head -n1 cat /proc/version -m4 - -version | head -n1 -make - -version | head -n1 -patch - -version | head -n1 +m4 --version | head -n1 +make --version | head -n1 +patch --version | head -n1 echo Perl `perl -V:version` -sed - -version | head -n1 -tar - -version | head -n1 -xz - -version | head -n1 +sed --version | head -n1 +tar --version | head -n1 +xz --version | head -n1 echo 'main(){}' > dummy.c && g++ -o dummy dummy.c if [ -x dummy ] -- cgit v1.2.3-54-g00ecf