From 833f3efc0116e61cfb3e59bd7b875e8c83ee13af Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Thu, 2 Feb 2023 20:42:20 +0800 Subject: [PATCH] glibc: Fix an issue identified upstream --- chapter08/glibc.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index a0d64ee75..ec81b2da7 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -50,6 +50,12 @@ patch -Np1 -i ../&glibc-fhs-patch; + + Fix an 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: