diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 7616d6306..a70a0896a 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -33,8 +33,8 @@ bug. Chapter 6: ncurses patch totally removed. -Chapter 5: sed command for bzip2 static compile has been -replaced with a simpler flag to gcc. +Chapter 5: sed commands for bzip2 and mawk static +compiles have been replaced with a simpler flag to gcc. Chapter 5: A sed for fileutils-4.1 static has been added to avoid Segmentation Fault problems on glibc-2.2.3 systems. diff --git a/chapter05/mawk-inst.xml b/chapter05/mawk-inst.xml index a49156287..cd872df6c 100644 --- a/chapter05/mawk-inst.xml +++ b/chapter05/mawk-inst.xml @@ -4,9 +4,7 @@ Install Mawk by running the following commands: ./configure && -sed \ -   s/"\$(CC) \$(CFLAGS) -o"/"\$(CC) \$(CFLAGS) \$(LDFLAGS) -o"/ \ -   Makefile | make -f - LDFLAGS=-static && +make CC="gcc -static" && make BINDIR=$LFS/usr/bin \    MANDIR=$LFS/usr/share/man/man1 install diff --git a/index.xml b/index.xml index fb33ab7e0..21051e551 100644 --- a/index.xml +++ b/index.xml @@ -4,8 +4,8 @@ - - + +