From 1e2be8bb3901b687f159ad18c847c528f3e28777 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Mon, 28 Oct 2024 00:16:03 +0800 Subject: [PATCH] Revert "mips64el: xz: Simplify libtool bug workaround" This reverts commit 35ca7d2575ad7e5e7e614fcd392469c5b32096c4. The workaround is no longer needed with xz-5.6.3. The commit added the workaround will be reverted next. --- chapter06/xz.xml | 2 +- chapter08/xz.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter06/xz.xml b/chapter06/xz.xml index cd27b29a4..6a4fbe708 100644 --- a/chapter06/xz.xml +++ b/chapter06/xz.xml @@ -49,7 +49,7 @@ --host=$LFS_TGT \ --build=$(build-aux/config.guess) \ --disable-static \ - FILECMD=file \ + ac_cv_prog_FILECMD=file \ --docdir=/usr/share/doc/xz-&xz-version; diff --git a/chapter08/xz.xml b/chapter08/xz.xml index a7302fceb..099caa2da 100644 --- a/chapter08/xz.xml +++ b/chapter08/xz.xml @@ -52,7 +52,7 @@ ./configure --prefix=/usr \ --disable-static \ - FILECMD=file \ + ac_cv_prog_FILECMD=file \ --docdir=/usr/share/doc/xz-&xz-version; Compile the package: