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: