Changeset 7546d8b for chapter05


Ignore:
Timestamp:
11/21/2023 12:45:26 AM (9 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
e49e2ea
Parents:
2df066c9 (diff), 01247ac (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

Location:
chapter05
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    r2df066c9 r7546d8b  
    9494      --enable-kernel=&linux-major-version;.&linux-minor-version;                \
    9595      --with-headers=$LFS/usr/include    \
     96      --disable-nscd                     \
    9697      libc_cv_slibdir=/usr/lib</userinput></screen>
    9798
     
    134135          <para>This ensures that the library is installed in /usr/lib instead
    135136          of the default /lib64 on 64-bit machines.</para>
     137        </listitem>
     138      </varlistentry>
     139
     140      <varlistentry>
     141        <term><parameter>--disable-nscd</parameter></term>
     142        <listitem>
     143          <para>Do not build the name service cache daemon which is no
     144          longer used.</para>
    136145        </listitem>
    137146      </varlistentry>
  • chapter05/libstdc++.xml

    r2df066c9 r7546d8b  
    125125    cross-compilation:</para>
    126126
    127 <screen><userinput remap="install">rm -v $LFS/usr/lib/lib{stdc++,stdc++fs,supc++}.la</userinput></screen>
     127<screen><userinput remap="install">rm -v $LFS/usr/lib/lib{stdc++{,exp,fs},supc++}.la</userinput></screen>
    128128
    129129  </sect2>
Note: See TracChangeset for help on using the changeset viewer.