diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-09-15 18:40:33 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-09-15 18:40:33 +0000 |
commit | d6683983a56be96527aa9b22f149915cae9bc38e (patch) | |
tree | 91b615c8e09b1f0c0a1daa035dacfbc1950e2c23 /chapter08/libelf.xml | |
parent | a2d41cf2c479ffc08caaf64591db7f2bf03a7d64 (diff) |
Update to linux-5.8.9.
Update to bison-3.7.2.
Update to elfutils-0.181.
Update to meson-0.55.3.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12047 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |