diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/libelf.xml | 5 | ||||
-rw-r--r-- | chapter08/tcl.xml | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/chapter08/libelf.xml b/chapter08/libelf.xml index bda3414cb..b5d8ede6f 100644 --- a/chapter08/libelf.xml +++ b/chapter08/libelf.xml @@ -46,7 +46,10 @@ <para>Prepare Libelf for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr --disable-debuginfod --libdir=/lib</userinput></screen> + <screen><userinput remap="configure">./configure --prefix=/usr \ + --disable-debuginfod \ + --enable-libdebuginfod=dummy \ + --libdir=/lib</userinput></screen> <para>Compile the package:</para> diff --git a/chapter08/tcl.xml b/chapter08/tcl.xml index 72e8f9b43..71ddf63b7 100644 --- a/chapter08/tcl.xml +++ b/chapter08/tcl.xml @@ -139,6 +139,10 @@ unset SRCDIR</userinput></screen> <screen><userinput remap="install">ln -sfv tclsh&tcl-major-version; /usr/bin/tclsh</userinput></screen> + <para>Finally, rename a man page that conflicts with a Perl man page:</para> + + <screen><userinput remap="install">mv /usr/share/man/man3/{Thread,Tcl_Thread}.3</userinput></screen> + </sect2> <sect2 id="contents-tcl" role="content"> |