Ignore:
Timestamp:
12/02/2019 12:18:16 PM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
8f1c7df
Parents:
866a915
Message:

MultiLib: Merge changes from trunk

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/libelf.xml

    r866a915 r71ab47c  
    4747    <para>Prepare Libelf for compilation:</para>
    4848
    49 <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
     49<screen><userinput remap="configure">./configure --prefix=/usr --disable-debuginfod</userinput></screen>
    5050
    5151    <para>Compile the package:</para>
     
    5757<screen><userinput remap="test">make check</userinput></screen>
    5858
     59    <para>One test, run-elfclassify.sh, is known to fail.</para>
     60
    5961    <para>Install only Libelf:</para>
    6062
    6163<screen><userinput remap="install">make -C libelf install
    62 install -vm644 config/libelf.pc /usr/lib/pkgconfig</userinput></screen>
     64install -vm644 config/libelf.pc /usr/lib/pkgconfig
     65rm /usr/lib/libelf.a</userinput></screen>
    6366
    6467  </sect2>
Note: See TracChangeset for help on using the changeset viewer.