From f5e821c9ec8417651988c3ce6020708a8cccae9c Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 11 Aug 2015 20:56:26 +0000 Subject: Update to procps-ng-3.3.11. Update to man-pages-4.02. Update to ncurses-6.0. Update to glibc-2.22. Update to linux-4.1.5. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10936 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'chapter06/glibc.xml') diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 74a32b8de..2bbbf22b4 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -68,22 +68,6 @@ Glibc autoconf tests would give false results and defeat the goal of achieving a clean build. - Fix a regression in the package that affects 32-bit architectures: - -sed -e '/ia32/s/^/1:/' \ - -e '/SSE2/s/^1://' \ - -i sysdeps/i386/i686/multiarch/mempcpy_chk.S - - Fix a potential security issue identified upstream: - -sed -i '/glibc.*pad/{i\ buflen = buflen > pad ? buflen - pad : 0; - s/ + pad//}' resolv/nss_dns/dns-host.c - - Fix a test case that fails when built using GCC 5: - -sed -e '/tst-audit2-ENV/i CFLAGS-tst-audit2.c += -fno-builtin' \ - -i elf/Makefile - The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory: -- cgit v1.2.3-54-g00ecf