diff options
Diffstat (limited to 'chapter08/glibc.xml')
-rw-r--r-- | chapter08/glibc.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index 340eb0861..538c827ab 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -43,11 +43,6 @@ <sect2 role="installation"> <title>Installation of Glibc</title> - <para>First, 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 |