diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-02-08 23:10:37 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-02-08 23:10:37 +0000 |
commit | a713e43b8a2fdb0b01f8703b33d5b3837046fb53 (patch) | |
tree | 99e5fb25eb31daff5e22667750d67e4c02544697 /chapter05 | |
parent | 098dcbb42177c7109476ab048621350e7bd3bb2a (diff) |
Update to glibc-2.19
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10460 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/glibc.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 2fa9ccad8..b7df04edf 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -52,14 +52,6 @@ su -c 'cp -v sunrpc/rpc/*.h /usr/include/rpc' fi</userinput></screen> - <para>An upstream change needs to be reverted:</para> - -<screen><userinput remap="pre">sed -i -e 's/static __m128i/inline &/' sysdeps/x86_64/multiarch/strstr.c</userinput></screen> - - <para>Allow Glibc to be built using Make-&make-version;:</para> - -<screen><userinput remap="pre">sed -r -i 's/(3..89..)/\1 | 4.*/' configure</userinput></screen> - <para>The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory:</para> |