Changeset 8416b1f


Ignore:
Timestamp:
07/28/2021 10:48:09 AM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
7f9a480
Parents:
46e4486
git-author:
Xi Ruoyao <xry111@…> (07/28/2021 09:05:31 AM)
git-committer:
Xi Ruoyao <xry111@…> (07/28/2021 10:48:09 AM)
Message:

Revert coreutils library location change

libstdbuf.so is a LD_PRELOAD hook, instead of a library which would be
used at link time. So let's keep the upstream default.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/coreutils.xml

    r46e4486 r8416b1f  
    4747
    4848<screen><userinput remap="configure">./configure --prefix=/usr                     \
    49             --libexecdir=/usr/lib             \
    5049            --host=$LFS_TGT                   \
    5150            --build=$(build-aux/config.guess) \
  • chapter08/coreutils.xml

    r46e4486 r8416b1f  
    7070FORCE_UNSAFE_CONFIGURE=1 ./configure \
    7171            --prefix=/usr            \
    72             --libexecdir=/usr/lib    \
    7372            --enable-no-install-program=kill,uptime</userinput></screen>
    7473
Note: See TracChangeset for help on using the changeset viewer.