glibc: Fix an issue identified upstream

This commit is contained in:
Xi Ruoyao 2023-02-02 20:42:20 +08:00
parent 2d215b5fc8
commit 833f3efc01
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -50,6 +50,12 @@
<screen><userinput remap="pre">patch -Np1 -i ../&glibc-fhs-patch;</userinput></screen>
<!-- https://sourceware.org/bugzilla/show_bug.cgi?id=30068 -->
<para>Fix an issue identified upstream:</para>
<screen><userinput remap="pre">sed '/width -=/s/workend - string/number_length/' \
-i stdio-common/vfprintf-process-arg.c</userinput></screen>
<para>The Glibc documentation recommends building Glibc
in a dedicated build directory:</para>