Changeset f8a76cb for chapter08


Ignore:
Timestamp:
10/01/2023 10:30:19 PM (9 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
cf9ba3c
Parents:
d3aa932 (diff), 25b3c0f (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

    rd3aa932 rf8a76cb  
    7575             --enable-stack-protector=strong          \
    7676             --with-headers=/usr/include              \
     77             --disable-nscd                           \
    7778             libc_cv_slibdir=/usr/lib</userinput></screen>
    7879<screen arch="ml_32,ml_x32,ml_all"><userinput remap="configure">../configure --prefix=/usr                            \
     
    123124
    124125      <varlistentry>
     126        <term><parameter>--disable-nscd</parameter></term>
     127        <listitem>
     128          <para>Do not build the name service cache daemon which is no
     129          longer used.</para>
     130        </listitem>
     131      </varlistentry>
     132
     133      <varlistentry>
    125134        <term><parameter>libc_cv_slibdir=/usr/lib</parameter></term>
    126135        <listitem>
     
    214223
    215224<screen><userinput remap="install">sed '/RTLDLIST=/s@/usr@@g' -i /usr/bin/ldd</userinput></screen>
    216 
     225<!--
    217226    <para>Install the configuration file and runtime directory for
    218227    <command>nscd</command>:</para>
     
    226235    <screen revision="systemd"><userinput remap="install">install -v -Dm644 ../nscd/nscd.tmpfiles /usr/lib/tmpfiles.d/nscd.conf
    227236install -v -Dm644 ../nscd/nscd.service /usr/lib/systemd/system/nscd.service</userinput></screen>
    228 
     237-->
    229238    <para>Next, install the locales that can make the system respond in a
    230239    different language.  None of these locales are required, but if some of them
Note: See TracChangeset for help on using the changeset viewer.