[lfs] 02/06: Revert "mips64el: xz: Simplify libtool bug workaround"
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch xry111/mips64el in repository lfs. commit 1e2be8bb3901b687f159ad18c847c528f3e28777 Author: Xi Ruoyao <[email protected]> AuthorDate: Mon Oct 28 00:16:03 2024 +0800 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;</userinput></screen> <variablelist> 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 @@ <screen><userinput remap="configure">./configure --prefix=/usr \ --disable-static \ - FILECMD=file \ + ac_cv_prog_FILECMD=file \ --docdir=/usr/share/doc/xz-&xz-version;</userinput></screen> <para>Compile the package:</para> -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/lfs-book Unsubscribe: See the above information page