diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2021-02-02 21:35:59 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2021-02-02 21:35:59 +0000 |
commit | df2e99e94db203e66a798ef7f070d6e96560e8e7 (patch) | |
tree | a12d702861c2f4710f9f1f016aa7d424bae4950f /chapter06/binutils-pass2.xml | |
parent | 428695cb4a5b0a2b0b52f4efaa971426943a2e16 (diff) |
Really apply various fixes for building with glibc-2.33,
and change the order in chapter 8 so that everything is built against
chapter 8 glibc.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12112 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/binutils-pass2.xml')
-rw-r--r-- | chapter06/binutils-pass2.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/binutils-pass2.xml b/chapter06/binutils-pass2.xml index 9361c6717..4cd09fc88 100644 --- a/chapter06/binutils-pass2.xml +++ b/chapter06/binutils-pass2.xml @@ -87,7 +87,8 @@ cd build</userinput></screen> <para>Install the package:</para> -<screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen> +<screen><userinput remap="install">make DESTDIR=$LFS install +install -vm755 libctf/.libs/libctf.so.0.0.0 $LFS/usr/lib</userinput></screen> <para> Workaround an issue causing |