diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-03-28 17:39:51 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-03-28 17:39:51 +0000 |
commit | 5b822933d385b69d811caa8469ab7c7354891d1d (patch) | |
tree | 084285e93d4be778340816f79e3c74393c100963 /chapter06/diffutils.xml | |
parent | 01674d0f393eec684622b2efdf37ce270febe21c (diff) |
Upgrade to Diffutils-3.3. Fixes #3315.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10222 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/diffutils.xml')
-rw-r--r-- | chapter06/diffutils.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter06/diffutils.xml b/chapter06/diffutils.xml index 6c6400045..0d8bd5c77 100644 --- a/chapter06/diffutils.xml +++ b/chapter06/diffutils.xml @@ -41,10 +41,6 @@ <sect2 role="installation"> <title>Installation of Diffutils</title> - <para>Fix an incompatibility between this package and Glibc-&glibc-version;</para> - -<screen><userinput remap="pre">sed -i -e '/gets is a/d' lib/stdio.in.h</userinput></screen> - <para>Prepare Diffutils for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> |