mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-12-27 03:33:50 -05:00
libelf: Only build libelf, no utils.
This commit is contained in:
@@ -50,15 +50,16 @@
|
||||
--disable-debuginfod \
|
||||
--enable-libdebuginfod=dummy</userinput></screen>
|
||||
|
||||
<para>Compile the package:</para>
|
||||
<para>Compile only Libelf:</para>
|
||||
|
||||
<screen><userinput remap="make">make</userinput></screen>
|
||||
<screen><userinput remap="make">make -C lib
|
||||
make -C libelf</userinput></screen>
|
||||
|
||||
<para>To test the results, issue:</para>
|
||||
|
||||
<screen><userinput remap="test">make -k check</userinput></screen>
|
||||
|
||||
<para>Two tests are known to fail, dwarf_srclang_check and
|
||||
<para>Two tests are known to fail: dwarf_srclang_check and
|
||||
run-backtrace-native-core.sh.</para>
|
||||
|
||||
<para>Install only Libelf:</para>
|
||||
|
||||
Reference in New Issue
Block a user