Changeset 2828b85 for chapter08


Ignore:
Timestamp:
11/01/2022 03:20:25 AM (23 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
cef7de5
Parents:
98755ac (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:

Merge remote-tracking branch 'origin/trunk' into xry111/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/glibc.xml

    r98755ac r2828b85  
    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.