From 71cde276409b88da3fc06b6ddf6028d1a9a5f6ea Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Wed, 8 Aug 2001 20:25:19 +0000 Subject: improve ch5 shellutils exp git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@940 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/shellutils-exp.xml | 10 ++++++++++ chapter05/shellutils-inst.xml | 3 +-- chapter05/shellutils.xml | 1 + index.xml | 1 + 4 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 chapter05/shellutils-exp.xml diff --git a/chapter05/shellutils-exp.xml b/chapter05/shellutils-exp.xml new file mode 100644 index 000000000..5422a2ce0 --- /dev/null +++ b/chapter05/shellutils-exp.xml @@ -0,0 +1,10 @@ + +Command explanations + +patch -Np1 -i +../sh-utils-&sh-utils-version;.patchThis +patch is needed to avoid a conflict of variable names with glibc when +compiling sh-utils statically. + + + diff --git a/chapter05/shellutils-inst.xml b/chapter05/shellutils-inst.xml index 99e28261f..6e784c0c0 100644 --- a/chapter05/shellutils-inst.xml +++ b/chapter05/shellutils-inst.xml @@ -2,8 +2,7 @@ Installation of Sh-utils Before Sh-utils is installed, the sh-utils patch file needs -to be unpacked. This patch file is necessary to avoid a conflict of -variable names with glibc when compiling and linking statically. +to be unpacked. patch -Np1 -i ../sh-utils-&sh-utils-version;.patch && ./configure --prefix=$LFS/usr --disable-nls && diff --git a/chapter05/shellutils.xml b/chapter05/shellutils.xml index 887ee8e96..dbd47aa0f 100644 --- a/chapter05/shellutils.xml +++ b/chapter05/shellutils.xml @@ -5,6 +5,7 @@ Estimated disk space required: &sh-utils-compsize-static; &c5-shellutils-inst; +&c5-shellutils-exp; &aa-shellutils-desc; diff --git a/index.xml b/index.xml index a246adb35..d457e8c02 100644 --- a/index.xml +++ b/index.xml @@ -173,6 +173,7 @@ + -- cgit v1.2.3-54-g00ecf