diff options
Diffstat (limited to 'chapter06/glibc-exp.xml')
-rw-r--r-- | chapter06/glibc-exp.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chapter06/glibc-exp.xml b/chapter06/glibc-exp.xml index 41a8f8ae1..deca6b651 100644 --- a/chapter06/glibc-exp.xml +++ b/chapter06/glibc-exp.xml @@ -41,6 +41,9 @@ edited Makefile and then copying it back over the original.</para> <para><userinput>--enable-add-ons:</userinput> This enables the add-on that we install with Glibc: linuxthreads</para> +<para><userinput>--libexecdir=/usr/bin:</userinput> This will cause the +pt_chown program to be installed in the /usr/bin directory.</para> + <para><userinput>sed 's/cross-compiling = yes/cross-compiling = no/' config.make > config.make~:</userinput> This time, we're replacing <filename>cross-compiling = yes</filename> with |