diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-11-01 11:22:34 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-11-01 11:22:34 +0800 |
commit | 6586901b57d56a21a112a480959a6d4d96db1c18 (patch) | |
tree | dd3874725904ba1f0c08766f643f2a41eed3e278 /chapter05 | |
parent | 9974e9b18c23d7ccf465c9d023be3c4703f1f276 (diff) | |
parent | d45f50d26d9d0861d96f46d9cb5261f5a731d498 (diff) |
Merge remote-tracking branch 'origin/trunk' into xry111/arm64
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/glibc.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index d3e5600e8..2be7c2b0e 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -43,6 +43,11 @@ <sect2 role="installation"> <title>Installation of Glibc</title> + <para>Fix an issue building Glibc with parallel jobs and make-4.4 + or later:</para> + +<screen><userinput remap="pre">sed '/MAKEFLAGS :=/s/)r/) -r/' -i Makerules</userinput></screen> + <para>Some of the Glibc programs use the non-FHS-compliant <filename class="directory">/var/db</filename> directory to store their runtime data. Apply the following patch to make such programs store their |