diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-07-28 17:05:31 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-07-28 18:48:09 +0800 |
commit | 8416b1f926c9ec17bd41c4ce79d600433661ef12 (patch) | |
tree | 48655eec22217c4088208d8d5c2e4290d338cdfc /chapter08/coreutils.xml | |
parent | 46e44863c1b86f7520e08c565a36c9b8255cc200 (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 'chapter08/coreutils.xml')
-rw-r--r-- | chapter08/coreutils.xml | 1 |
1 files changed, 0 insertions, 1 deletions
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> |