diff options
Diffstat (limited to 'chapter06/glibc.xml')
-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 e972cb623..8fc876220 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -92,7 +92,7 @@ cd build</userinput></screen> <screen><userinput remap="configure">CC="gcc -isystem $GCC_INCDIR -isystem /usr/include" \ ../configure --prefix=/usr \ --disable-werror \ - --enable-kernel=&min-kernel; \ + --enable-kernel=&min-kernel; \ --enable-obsolete-rpc \ --enable-stack-protector=strong \ libc_cv_slibdir=/lib |