diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-29 18:41:54 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-29 18:41:54 +0000 |
commit | 3a4d4518a7a1da2ef4f9be01304fa1c6e8f8e9f5 (patch) | |
tree | 2dd4d58bee05564cb9e45276467d76860bae2c9f /chapter04 | |
parent | 1708b01f8f230ca6d3170936471d554dd9926a46 (diff) |
Added sh-utils patch in chapter 5 to solve static linking problems on a
few platforms.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@551 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter04')
-rw-r--r-- | chapter04/packages.xml | 1 | ||||
-rw-r--r-- | chapter04/shellutils-patch.xml | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/chapter04/packages.xml b/chapter04/packages.xml index d20e8d8ad..d54419097 100644 --- a/chapter04/packages.xml +++ b/chapter04/packages.xml @@ -18,6 +18,7 @@ &c3-make; &c3-sed; &c3-shellutils; +&c3-shellutils-patch; &c3-tar; &c3-tar-patch; &c3-textutils; diff --git a/chapter04/shellutils-patch.xml b/chapter04/shellutils-patch.xml new file mode 100644 index 000000000..997be2561 --- /dev/null +++ b/chapter04/shellutils-patch.xml @@ -0,0 +1,6 @@ +Shellutils Patch (&sh-utils-version;) 1 KB: +<ulink url="&ftp;/sh-utils-&sh-utils-version;.patch.bz2"> +&ftp;/gzip-&sh-utils-version;.patch.bz2</ulink> +<ulink url="&http;/sh-utils-&sh-utils-version;.patch.bz2"> +&http;/gzip-&sh-utils-version;.patch.bz2</ulink> + |