From 56549f565fd13f246a0a72baabe85df1e1ba30bb Mon Sep 17 00:00:00 2001 From: Thomas Trepl Date: Tue, 3 Dec 2019 07:33:28 +0000 Subject: [PATCH] Add new option '--disable-debuginfod' to 32/x32 instructions git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11705 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/libelf.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/chapter06/libelf.xml b/chapter06/libelf.xml index 41e8cfd70..65b91d7d2 100644 --- a/chapter06/libelf.xml +++ b/chapter06/libelf.xml @@ -78,7 +78,8 @@ rm /usr/lib/libelf.a CC="gcc -m32" ./configure \ --prefix=/usr \ --libdir=/usr/lib32 \ - --host=i686-pc-linux-gnu + --host=i686-pc-linux-gnu \ + --disable-debuginfod Compile the package: @@ -105,7 +106,8 @@ rm -rf DESTDIR CC="gcc -mx32" ./configure \ --prefix=/usr \ --libdir=/usr/libx32 \ - --host=x86_64-pc-linux-gnux32 + --host=x86_64-pc-linux-gnux32 \ + --disable-debuginfod Compile the package: