diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 8798028cf..c2df2bfb8 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -48,7 +48,7 @@ cd ../glibc-build</userinput></screen> <screen><userinput>../glibc-&glibc-version;/configure --prefix=/usr \ --disable-profile --enable-add-ons \ - --with-headers=/usr/include</userinput></screen> + --libexecdir=/usr/lib --with-headers=/usr/include</userinput></screen> <para>The meaning of the new configure options:</para> |