Changeset 6858861


Ignore:
Timestamp:
10/09/2022 05:35:48 AM (19 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
28ae5f0, 312d536
Parents:
b6d3512
git-author:
Xi Ruoyao <xry111@…> (10/09/2022 05:30:58 AM)
git-committer:
Xi Ruoyao <xry111@…> (10/09/2022 05:35:48 AM)
Message:

temp bash: fix "support/config.guess: Permission denied"

In bash-5.2 tarball config.guess is not executable, so we need to run
the script with an explicit "sh".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bash.xml

    rb6d3512 r6858861  
    4646    <para>Prepare Bash for compilation:</para>
    4747
    48 <screen><userinput remap="configure">./configure --prefix=/usr                   \
    49             --build=$(support/config.guess) \
    50             --host=$LFS_TGT                 \
     48<screen><userinput remap="configure">./configure --prefix=/usr                      \
     49            --build=$(sh support/config.guess) \
     50            --host=$LFS_TGT                    \
    5151            --without-bash-malloc</userinput></screen>
    5252
Note: See TracChangeset for help on using the changeset viewer.