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.
This commit is contained in:
Xi Ruoyao 2021-07-28 17:05:31 +08:00
parent 46e44863c1
commit 8416b1f926
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC
2 changed files with 0 additions and 2 deletions

View File

@ -46,7 +46,6 @@
<para>Prepare Coreutils for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \
--libexecdir=/usr/lib \
--host=$LFS_TGT \
--build=$(build-aux/config.guess) \
--enable-install-program=hostname \

View File

@ -69,7 +69,6 @@
<screen><userinput remap="configure">autoreconf -fiv
FORCE_UNSAFE_CONFIGURE=1 ./configure \
--prefix=/usr \
--libexecdir=/usr/lib \
--enable-no-install-program=kill,uptime</userinput></screen>
<variablelist>