From bcd0ce7faafae9e2e127beab3374fb1cf2e448e0 Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Thu, 20 Nov 2003 00:45:59 +0000 Subject: [PATCH] Miscellaneous fixes from list. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3116 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 5 +++-- chapter06/perl.xml | 5 +++-- chapter06/zlib.xml | 9 +++++---- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 852fb0b4b..bff870e61 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,7 +39,8 @@ environment: Reworked the Bash startup files to enforce a clean environment. Closes Bug 714. -November 17th, 2003 [jeremy]: Upgraded Man-Pages to 1.63 +November 17th, 2003 [jeremy]: Upgraded Man-pages to +1.63. November 16th, 2003 [greg]: Chapter 6 - Sysvinit: Simplified the sed to demonstrate yet another sed variation. @@ -79,7 +80,7 @@ streamlined build commands for Perl's Chapter 5 static extensions. Closes Bug 690. November 13th, 2003 [gerard]: Upgraded to -lfs-utils-0.4 and man-pages-1.62 +Lfs-Utils-0.4 and Man-pages-1.62 November 13th, 2003 [gerard]: Renamed GCC no_fixincludes-2.patch to no_fixincludes-1.patch which was the name it is diff --git a/chapter06/perl.xml b/chapter06/perl.xml index f27c7decf..7010e5f70 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -23,11 +23,12 @@ instead and modify the way Perl is built. If you think you can live with the (sensible) defaults Perl auto-detects, then just use the command listed above. -The meaning of the configure directive: +The meaning of the configure option: -Dpager="/bin/less -isR": This corrects -an error in the perldoc code with the invocation of the less program +an error in the perldoc code with the invocation of the less +program. Compile the package: diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml index fba00043f..354994793 100644 --- a/chapter06/zlib.xml +++ b/chapter06/zlib.xml @@ -23,10 +23,11 @@ advantage of, should be taken care of by applying this patch: ./configure --prefix=/usr --shared -Note: Zlib is known to build its shared library incorrectly if a CFLAGS -is specified in the environment. If you are using your own CFLAGS variables, -ensure you add the -fPIC directive during -this stage, and remove it afterwards. +Zlib is known to build its shared library incorrectly if CFLAGS is +specified in the environment. If you are using your own CFLAGS variable, be +sure to add the -fPIC directive to your +CFLAGS for the duration of the above command, then remove it +afterwards. Compile the package: