aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2021-07-28 17:05:31 +0800
committerXi Ruoyao <xry111@mengyan1223.wang>2021-07-28 18:48:09 +0800
commit8416b1f926c9ec17bd41c4ce79d600433661ef12 (patch)
tree48655eec22217c4088208d8d5c2e4290d338cdfc
parent46e44863c1b86f7520e08c565a36c9b8255cc200 (diff)
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.
-rw-r--r--chapter06/coreutils.xml1
-rw-r--r--chapter08/coreutils.xml1
2 files changed, 0 insertions, 2 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml
index e98645d82..af75e60cf 100644
--- a/chapter06/coreutils.xml
+++ b/chapter06/coreutils.xml
@@ -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 \
diff --git a/chapter08/coreutils.xml b/chapter08/coreutils.xml
index c3c62bf89..c5d2a5032 100644
--- a/chapter08/coreutils.xml
+++ b/chapter08/coreutils.xml
@@ -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>