Changeset 8c586d2 for chapter08


Ignore:
Timestamp:
11/01/2022 05:50:58 AM (19 months ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
10d197a0
Parents:
f8e4cf6 (diff), d45f50d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/glibc.xml

    rf8e4cf6 r8c586d2  
    4444    <title>Installation of Glibc</title>
    4545
    46 <!-- applied in 2.35 (commit b805aebd42364fe696e417808a700fdb9800c9e8)
    47     <para>First, fix a security problem identified upstream:</para>
    48 
    49     <screen><userinput remap="pre">sed -e '/NOTIFY_REMOVED)/s/)/ \&amp;\&amp; data.attr != NULL)/' \
    50     -i sysdeps/unix/sysv/linux/mq_notify.c</userinput></screen>
    51 -->
     46    <para>First, fix an issue building Glibc with parallel jobs and make-4.4
     47    or later:</para>
     48
     49<screen><userinput remap="pre">sed '/MAKEFLAGS :=/s/)r/) -r/' -i Makerules</userinput></screen>
     50
    5251    <para>Some of the Glibc programs use the non-FHS compliant
    5352    <filename class="directory">/var/db</filename> directory to store
Note: See TracChangeset for help on using the changeset viewer.