From 9a9ea93b0cd8ef662e098463c1b1413c5f3b65c4 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Tue, 3 Aug 2021 00:16:24 +0800 Subject: Revert "diffutils: add workaround for glibc-2.34" This reverts commit 5a8d94fd357f3e5dd54e6ff183afce5271e372e7. --- chapter06/diffutils.xml | 5 ----- chapter08/diffutils.xml | 5 ----- 2 files changed, 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 @@ Installation of Diffutils - At first, fix an issue building the package with Glibc-2.34 or - later: - -sed 's/SIGSTKSZ < 16384/0/' -i lib/c-stack.c - Prepare Diffutils for compilation: ./configure --prefix=/usr --host=$LFS_TGT 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 @@ Installation of Diffutils - At first, fix an issue building the package with Glibc-2.34 or - later: - -sed 's/SIGSTKSZ < 16384/0/' -i lib/c-stack.c - Prepare Diffutils for compilation: ./configure --prefix=/usr -- cgit v1.2.3-54-g00ecf