From 20dd3342f7a9b550c6ce567f0fd4ed96c70c6fbe Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 30 Aug 2013 14:37:31 +0000 Subject: 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 --- chapter05/glibc.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chapter05/glibc.xml') 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 + An upstream change needs to be reverted: + +sed -i -e 's/static __m128i/inline &/' sysdeps/x86_64/multiarch/strstr.c + The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory: -- cgit v1.2.3-54-g00ecf