diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-08-15 01:18:23 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-08-15 01:18:23 +0000 |
commit | 5c0c6f984dab564eeb9e25e360dc6e5c546b03c0 (patch) | |
tree | 3eb3b825afe935b9e0ef93bd445b2fe53548a5ac /chapter06 | |
parent | f35e98cb6437e8f6d308019f44582ca244022e3d (diff) |
Fix glibc url
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11281 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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 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 |