From 7a8fcc39182cf2c556f9a738f0f3fe6e39cd0737 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 2 Aug 2023 10:54:44 +0800 Subject: glibc: Remove sed and option unneeded with 2.38 --disable-crypt is now the default, and the security fix for 2.37 is included. --- chapter08/glibc.xml | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'chapter08/glibc.xml') diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index a1f23a96b..791a6b707 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -50,16 +50,6 @@ patch -Np1 -i ../&glibc-fhs-patch; - - Fix a security issue identified upstream: - -sed '/width -=/s/workend - string/number_length/' \ - -i stdio-common/vfprintf-process-arg.c - The Glibc documentation recommends building Glibc in a dedicated build directory: @@ -79,7 +69,6 @@ cd build --enable-kernel=&min-kernel; \ --enable-stack-protector=strong \ --with-headers=/usr/include \ - --disable-crypt \ libc_cv_slibdir=/usr/lib -- cgit v1.2.3-54-g00ecf