diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-08-03 00:16:24 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-08-03 00:16:24 +0800 |
commit | 9a9ea93b0cd8ef662e098463c1b1413c5f3b65c4 (patch) | |
tree | 07605bbef6948459de7b41dc6d3273d1b59b1294 | |
parent | d71da7fc900cd015143a70533723af26af6910b9 (diff) |
Revert "diffutils: add workaround for glibc-2.34"xry111/glibc-2.34
This reverts commit 5a8d94fd357f3e5dd54e6ff183afce5271e372e7.
-rw-r--r-- | chapter06/diffutils.xml | 5 | ||||
-rw-r--r-- | chapter08/diffutils.xml | 5 |
2 files changed, 0 insertions, 10 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> diff --git a/chapter08/diffutils.xml b/chapter08/diffutils.xml index b9f4b6318..8889077d5 100644 --- a/chapter08/diffutils.xml +++ b/chapter08/diffutils.xml @@ -41,11 +41,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</userinput></screen> |