aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
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 /chapter06
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.
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/coreutils.xml1
1 files changed, 0 insertions, 1 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 \