diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/diffutils.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/diffutils.xml b/chapter06/diffutils.xml index 6e17d5d44..af4d95429 100644 --- a/chapter06/diffutils.xml +++ b/chapter06/diffutils.xml @@ -43,11 +43,6 @@ <sect2 role="installation"> <title>Installation of Diffutils</title> - <para>At first, fix an issue building the package with Glibc-2.34 or - later:<para> - -<screen><userinput remap="pre">sed 's/SIGSTKSZ < 16384/0/' -i lib/c-stack.c</userinput></screen> - <para>Prepare Diffutils for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr --host=$LFS_TGT</userinput></screen> |