diff options
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 2c8718932..49775184a 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -77,9 +77,10 @@ cd build</userinput></screen> <para>Prepare Glibc for compilation:</para> -<screen><userinput remap="configure">../configure --prefix=/usr \ - --enable-kernel=&min-kernel; \ - --enable-obsolete-rpc \ +<screen><userinput remap="configure">../configure --prefix=/usr \ + --enable-kernel=&min-kernel; \ + --enable-obsolete-rpc \ + --enable-stack-protector=strong \ libc_cv_slibdir=/lib</userinput></screen> <para>Compile the package:</para> |