diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-08-30 14:37:31 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-08-30 14:37:31 +0000 |
commit | 20dd3342f7a9b550c6ce567f0fd4ed96c70c6fbe (patch) | |
tree | 308ce24f164bdddc6b4be32547fbe5fe1889da81 /chapter05 | |
parent | 70cd9f32c7262973ff403182978a28195a352f37 (diff) |
Fix an upstream problem in glibc
Update to linix-3.10.10
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10330 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/glibc.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 94928996d..0691ddbfb 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -52,6 +52,10 @@ 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>The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory:</para> |