Ignore:
Timestamp:
09/25/2020 08:04:54 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
3b3d052
Parents:
35e5addf
Message:

Merge changes from trunk to multilib

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12048 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/libelf.xml

    r35e5addf rc69f870  
    4747    <para>Prepare Libelf for compilation:</para>
    4848
    49 <screen><userinput remap="configure">./configure --prefix=/usr --disable-debuginfod --libdir=/lib</userinput></screen>
     49    <screen><userinput remap="configure">./configure --prefix=/usr                \
     50            --disable-debuginfod         \
     51            --enable-libdebuginfod=dummy \
     52            --libdir=/lib</userinput></screen>
    5053
    5154    <para>Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.