diff options
author | Thomas Trepl (Moody) <thomas@linuxfromscratch.org> | 2021-07-27 21:29:34 +0200 |
---|---|---|
committer | Thomas Trepl (Moody) <thomas@linuxfromscratch.org> | 2021-07-27 21:29:34 +0200 |
commit | 64a306d76a8b17706d902af3a3d497ff43e24d32 (patch) | |
tree | 73f95198d4c9dabf6560110fdd43a55977d700b9 /chapter06 | |
parent | 85cd74c2cb28900c35a11d37e40aedd73a19ef7e (diff) | |
parent | 29779c4f2b9ed1d60710f4bc470917091039c253 (diff) |
Automatic merge of trunk into multilib
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/coreutils.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index af75e60cf..e98645d82 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -46,6 +46,7 @@ <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 \ |