From 35ca7d2575ad7e5e7e614fcd392469c5b32096c4 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Tue, 17 Sep 2024 17:09:36 +0800 Subject: [PATCH] mips64el: xz: Simplify libtool bug workaround --- 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 6a4fbe708..cd27b29a4 100644 --- a/chapter06/xz.xml +++ b/chapter06/xz.xml @@ -49,7 +49,7 @@ --host=$LFS_TGT \ --build=$(build-aux/config.guess) \ --disable-static \ - ac_cv_prog_FILECMD=file \ + FILECMD=file \ --docdir=/usr/share/doc/xz-&xz-version; diff --git a/chapter08/xz.xml b/chapter08/xz.xml index 099caa2da..a7302fceb 100644 --- a/chapter08/xz.xml +++ b/chapter08/xz.xml @@ -52,7 +52,7 @@ ./configure --prefix=/usr \ --disable-static \ - ac_cv_prog_FILECMD=file \ + FILECMD=file \ --docdir=/usr/share/doc/xz-&xz-version; Compile the package: