diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-12-12 18:44:55 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-12-12 18:44:55 +0000 |
commit | 573b8bff31b1988e9b65598fb9a33c6f1af5b9d4 (patch) | |
tree | e1dfd87cb3dd1a7b1dcb860dc45d004ac5f51317 /chapter06 | |
parent | 495f84d1df35aa60e9303dd1f0d3b51fbf2dd042 (diff) |
Remove redundant --enable-addons parameter to Glibc's configure script. Fixes #3241.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10060 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 62f0a67d1..3431ae5d4 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -127,7 +127,6 @@ esac</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> |