From 8416b1f926c9ec17bd41c4ce79d600433661ef12 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 28 Jul 2021 17:05:31 +0800 Subject: 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. --- chapter06/coreutils.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'chapter06/coreutils.xml') 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 @@ Prepare Coreutils for compilation: ./configure --prefix=/usr \ - --libexecdir=/usr/lib \ --host=$LFS_TGT \ --build=$(build-aux/config.guess) \ --enable-install-program=hostname \ -- cgit v1.2.3-54-g00ecf