From f0fb344b694429a44c935029e6e35f0cd049a058 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Thu, 18 Mar 2021 15:36:29 -0500 Subject: For this particular setup, old host OS, had to build newer made for GLIBC. Host has 3.81, GLIBC wants >=4.0. --- chapter5/glibc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter5') diff --git a/chapter5/glibc.sh b/chapter5/glibc.sh index 7c8fb3a..823086e 100644 --- a/chapter5/glibc.sh +++ b/chapter5/glibc.sh @@ -19,7 +19,7 @@ cd build --build=$(../scripts/config.guess) \ --enable-kernel=3.2 \ --with-headers=${LFS}/usr/include \ - libc_cv_slibdir=/lib && + libc_cv_slibdir=/lib MAKE=/usr/local/bin/make && make && make DESTDIR=${LFS} install && -- cgit v1.2.3-54-g00ecf