From 44599dcb48b7e135120abd7cf6646de8fafa13c1 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Mon, 28 Oct 2024 00:16:33 +0800 Subject: [PATCH] Revert "mips64el: chapter06/xz: Work around a libtool bug" This reverts commit 91c8848da10524a2fdfa1461c64fdf68a2aee774. The workaround is no longer needed with xz-5.6.3. --- chapter06/xz.xml | 19 ------------------- chapter08/xz.xml | 1 - 2 files changed, 20 deletions(-) diff --git a/chapter06/xz.xml b/chapter06/xz.xml index 6a4fbe708..868c8aded 100644 --- a/chapter06/xz.xml +++ b/chapter06/xz.xml @@ -49,27 +49,8 @@ --host=$LFS_TGT \ --build=$(build-aux/config.guess) \ --disable-static \ - ac_cv_prog_FILECMD=file \ --docdir=/usr/share/doc/xz-&xz-version; - - The meaning of the new configure options: - - - - ac_cv_prog_FILECMD=file - - Works around an issue in the shipped libtool copy causing - the configure script fail to find the file - command of the host distro. The issue is harmless for most - architectures, but it can make - --disable-static ineffective for - MIPS. - - - - - Compile the package: make diff --git a/chapter08/xz.xml b/chapter08/xz.xml index 099caa2da..316b8558e 100644 --- a/chapter08/xz.xml +++ b/chapter08/xz.xml @@ -52,7 +52,6 @@ ./configure --prefix=/usr \ --disable-static \ - ac_cv_prog_FILECMD=file \ --docdir=/usr/share/doc/xz-&xz-version; Compile the package: