diff options
Diffstat (limited to 'chapter06/libelf.xml')
-rw-r--r-- | chapter06/libelf.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chapter06/libelf.xml b/chapter06/libelf.xml index 1dc1278d6..41e8cfd70 100644 --- a/chapter06/libelf.xml +++ b/chapter06/libelf.xml @@ -46,7 +46,7 @@ <para>Prepare Libelf for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> +<screen><userinput remap="configure">./configure --prefix=/usr --disable-debuginfod</userinput></screen> <para>Compile the package:</para> @@ -56,10 +56,13 @@ <screen><userinput remap="test">make check</userinput></screen> + <para>One test, run-elfclassify.sh, is known to fail.</para> + <para>Install only Libelf:</para> <screen><userinput remap="install">make -C libelf install -install -vm644 config/libelf.pc /usr/lib/pkgconfig</userinput></screen> +install -vm644 config/libelf.pc /usr/lib/pkgconfig +rm /usr/lib/libelf.a</userinput></screen> </sect2> |