diff options
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 37ec19105..9ff6c5559 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -130,9 +130,12 @@ esac</userinput></screen> <para>Prepare Glibc for compilation:</para> -<screen><userinput remap="configure">../glibc-&glibc-version;/configure --prefix=/usr \ - --disable-profile --enable-add-ons \ - --enable-kernel=2.6.25 --libexecdir=/usr/lib/glibc</userinput></screen> +<screen><userinput remap="configure">../glibc-&glibc-version;/configure \ + --prefix=/usr \ + --disable-profile \ + --enable-add-ons \ + --enable-kernel=2.6.25 \ + --libexecdir=/usr/lib/glibc</userinput></screen> <variablelist> <title>The meaning of the new configure options:</title> |