From 7e131ea6e5b035e0273e110f0a2123ce47cd31c1 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 5 Feb 2017 19:35:28 +0000 Subject: Update to glibc-2.25. Revert gperf to version 3.0.4. Update to linux-4.9.8.tar.xz. Update to check-0.11.0. Update to shadow-4.4. Update to e2fsprogs-1.43.4. Update to sed-4.4. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'chapter06/glibc.xml') diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 2c8718932..49775184a 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -77,9 +77,10 @@ cd build Prepare Glibc for compilation: -../configure --prefix=/usr \ - --enable-kernel=&min-kernel; \ - --enable-obsolete-rpc \ +../configure --prefix=/usr \ + --enable-kernel=&min-kernel; \ + --enable-obsolete-rpc \ + --enable-stack-protector=strong \ libc_cv_slibdir=/lib Compile the package: -- cgit v1.2.3-54-g00ecf