diff options
Diffstat (limited to 'chapter08/libelf.xml')
-rw-r--r-- | chapter08/libelf.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/libelf.xml b/chapter08/libelf.xml index 2ecf7fc58..bda3414cb 100644 --- a/chapter08/libelf.xml +++ b/chapter08/libelf.xml @@ -46,7 +46,7 @@ <para>Prepare Libelf for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr --disable-debuginfod</userinput></screen> +<screen><userinput remap="configure">./configure --prefix=/usr --disable-debuginfod --libdir=/lib</userinput></screen> <para>Compile the package:</para> @@ -62,7 +62,7 @@ <screen><userinput remap="install">make -C libelf install install -vm644 config/libelf.pc /usr/lib/pkgconfig -rm /usr/lib/libelf.a</userinput></screen> +rm /lib/libelf.a</userinput></screen> </sect2> |