Changeset 91c8848d


Ignore:
Timestamp:
09/16/2024 07:03:33 PM (3 days ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/mips64el
Children:
5373af3
Parents:
7b85e11
git-author:
Xi Ruoyao <xry111@…> (09/15/2024 09:42:24 AM)
git-committer:
Xi Ruoyao <xry111@…> (09/16/2024 07:03:33 PM)
Message:

mips64el: chapter06/xz: Work around a libtool bug

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/xz.xml

    r7b85e11 r91c8848d  
    5050            --build=$(build-aux/config.guess) \
    5151            --disable-static                  \
     52            ac_cv_prog_FILECMD=file           \
    5253            --docdir=/usr/share/doc/xz-&xz-version;</userinput></screen>
     54
     55    <variablelist>
     56      <title>The meaning of the new configure options:</title>
     57
     58      <!-- https://git.savannah.gnu.org/cgit/libtool.git/commit/?id=9a4a02615c9e -->
     59      <varlistentry>
     60        <term><parameter>ac_cv_prog_FILECMD=file</parameter></term>
     61        <listitem>
     62          <para>Works around an issue in the shipped libtool copy causing
     63          the configure script fail to find the <command>file</command>
     64          command of the host distro.  The issue is harmless for most
     65          architectures, but it can make
     66          <parameter>--disable-static</parameter> ineffective for
     67          MIPS.</para>
     68        </listitem>
     69      </varlistentry>
     70    </variablelist>
     71
    5372
    5473   <para>Compile the package:</para>
  • chapter08/xz.xml

    r7b85e11 r91c8848d  
    5353<screen><userinput remap="configure">./configure --prefix=/usr    \
    5454            --disable-static \
     55            ac_cv_prog_FILECMD=file \
    5556            --docdir=/usr/share/doc/xz-&xz-version;</userinput></screen>
    5657
Note: See TracChangeset for help on using the changeset viewer.