Ignore:
Timestamp:
03/31/2021 10:41:40 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
e28ad21
Parents:
a2ef756
git-author:
Thomas Trepl <thomas@…> (09/25/2020 08:04:54 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:40 AM)
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

    ra2ef756 r2d66549  
    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.