diff options
Diffstat (limited to 'chapter08/libelf.xml')
-rw-r--r-- | chapter08/libelf.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chapter08/libelf.xml b/chapter08/libelf.xml index bda3414cb..b5d8ede6f 100644 --- a/chapter08/libelf.xml +++ b/chapter08/libelf.xml @@ -46,7 +46,10 @@ <para>Prepare Libelf for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr --disable-debuginfod --libdir=/lib</userinput></screen> + <screen><userinput remap="configure">./configure --prefix=/usr \ + --disable-debuginfod \ + --enable-libdebuginfod=dummy \ + --libdir=/lib</userinput></screen> <para>Compile the package:</para> |