diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-08 20:25:19 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-08 20:25:19 +0000 |
commit | 71cde276409b88da3fc06b6ddf6028d1a9a5f6ea (patch) | |
tree | 410b143448f654995893039a8b088baee6ae7fe9 /chapter05/shellutils-exp.xml | |
parent | 85f4212b4a11d644928e2db8f32aa31bf05c3ab9 (diff) |
improve ch5 shellutils exp
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@940 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/shellutils-exp.xml')
-rw-r--r-- | chapter05/shellutils-exp.xml | 10 |
1 files changed, 10 insertions, 0 deletions
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 @@ +<sect2> +<title>Command explanations</title> + +<para><userinput>patch -Np1 -i +../sh-utils-&sh-utils-version;.patch</userinput>This +patch is needed to avoid a conflict of variable names with glibc when +compiling sh-utils statically.</para> + +</sect2> + |