diff options
Diffstat (limited to 'chapter05/glibc.xml')
-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 6b78031bc..a8834cc19 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -64,6 +64,11 @@ esac</userinput></screen> </para> </note> + <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 |