From a713e43b8a2fdb0b01f8703b33d5b3837046fb53 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sat, 8 Feb 2014 23:10:37 +0000 Subject: Update to glibc-2.19 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10460 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 25 +++++-------------------- 1 file changed, 5 insertions(+), 20 deletions(-) (limited to 'chapter06/glibc.xml') diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index d6fa9ad34..6fbd1e943 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -54,6 +54,10 @@ Unicode, therefore libiconv is not required on an LFS system. + First fix a minor problem when installing the tzselect script" + +sed -i 's/\\$$(pwd)/`pwd`/' timezone/Makefile + The Glibc build system is self-contained and will install perfectly, even though the compiler specs file and linker are still pointing at /tools. The specs @@ -61,14 +65,6 @@ Glibc autoconf tests would give false results and defeat the goal of achieving a clean build. - An upstream change needs to be reverted: - -sed -i -e 's/static __m128i/inline &/' sysdeps/x86_64/multiarch/strstr.c - - Allow Glibc to be built with Make-&make-version;: - -sed -r -i 's/(3..89..)/\1 | 4.*/' configure - The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory: @@ -423,7 +419,7 @@ mkdir -pv /etc/ld.so.conf.d pldd, rpcgen, sln, sotruss, sprof, tzselect, xtrace, zdump, and zic ld.so, libBrokenLocale.{a,so}, libSegFault.so, libanl.{a,so}, - libbsd-compat.a, libc.{a,so}, libc_nonshared.a, libcidn.so, + libc.{a,so}, libc_nonshared.a, libcidn.so, libcrypt.{a,so}, libdl.{a,so}, libg.a, libieee.a, libm.{a,so}, libmcheck.a, libmemusage.so, libnsl.{a,so}, libnss_compat.so, libnss_dns.so, libnss_files.so, libnss_hesiod.so, libnss_nis.so, @@ -750,17 +746,6 @@ mkdir -pv /etc/ld.so.conf.d - - libbsd-compat - - Provides the portability needed in order to run certain - Berkeley Software Distribution (BSD) programs under Linux - - libbsd-compat - - - - libc -- cgit v1.2.3-54-g00ecf