Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk

This commit is contained in:
Bruce Dubbs 2025-06-04 13:57:23 -05:00
commit 61d0fb219d
5 changed files with 16 additions and 19 deletions

View File

@ -52,7 +52,7 @@
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>Coreutils Upstream Fixe Patch - <token>&coreutils-upstream-patch-size;</token>:</term> <term>Coreutils Upstream Fix Patch - <token>&coreutils-upstream-patch-size;</token>:</term>
<listitem> <listitem>
<para>Download: <ulink url="&patches-root;&coreutils-upstream-patch;"/></para> <para>Download: <ulink url="&patches-root;&coreutils-upstream-patch;"/></para>
<para>MD5 sum: <literal>&coreutils-upstream-patch-md5;</literal></para> <para>MD5 sum: <literal>&coreutils-upstream-patch-md5;</literal></para>

View File

@ -54,7 +54,8 @@
<screen><userinput remap="configure">./configure --prefix=/usr \ <screen><userinput remap="configure">./configure --prefix=/usr \
--enable-shared \ --enable-shared \
--without-ensurepip</userinput></screen> --without-ensurepip \
--without-static-libpython</userinput></screen>
<variablelist> <variablelist>
<title>The meaning of the configure option:</title> <title>The meaning of the configure option:</title>
@ -74,6 +75,13 @@
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term><parameter>--without-static-libpython</parameter></term>
<listitem>
<para>This switch prevents building a large, but unneeded, static
library.</para>
</listitem>
</varlistentry>
</variablelist> </variablelist>
<para>Compile the package:</para> <para>Compile the package:</para>

View File

@ -127,7 +127,7 @@
make will spawn new shell processes during "make install". --> make will spawn new shell processes during "make install". -->
<para>The installation of this package will overwrite <para>The installation of this package will overwrite
<filename class="libraryfile">libncursesw.so.&ncurses-version;</filename> <filename class="libraryfile">libncursesw.so.&ncurses-base-version;</filename>
in-place. It may crash the shell process which is using code and data in-place. It may crash the shell process which is using code and data
from the library file. Install the package with from the library file. Install the package with
<literal>DESTDIR</literal>, and replace the library file correctly using <literal>DESTDIR</literal>, and replace the library file correctly using

View File

@ -77,14 +77,6 @@
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term><parameter>--without-static-libpython</parameter></term>
<listitem>
<para>This switch prevents building a large, but unneeded, static
library.</para>
</listitem>
</varlistentry>
</variablelist> </variablelist>
<para>Compile the package:</para> <para>Compile the package:</para>

View File

@ -88,16 +88,13 @@
</para> </para>
<itemizedlist> <itemizedlist>
<listitem><para>/etc/bashrc </para></listitem>
<listitem><para>/etc/dircolors </para></listitem>
<listitem><para>/etc/fstab </para></listitem> <listitem><para>/etc/fstab </para></listitem>
<listitem><para>/etc/hosts </para></listitem> <listitem><para>/etc/hosts </para></listitem>
<listitem><para>/etc/inputrc </para></listitem> <listitem><para>/etc/inputrc </para></listitem>
<listitem><para>/etc/profile </para></listitem> <listitem><para>/etc/profile </para></listitem>
<listitem><para>/etc/resolv.conf </para></listitem> <listitem><para>/etc/resolv.conf
<phrase revision='systemd'>(optional)</phrase></para></listitem>
<listitem><para>/etc/vimrc </para></listitem> <listitem><para>/etc/vimrc </para></listitem>
<listitem><para>/root/.bash_profile </para></listitem>
<listitem><para>/root/.bashrc </para></listitem>
<listitem revision="sysv"><para>/etc/sysconfig/ifconfig.eth0</para></listitem> <listitem revision="sysv"><para>/etc/sysconfig/ifconfig.eth0</para></listitem>
</itemizedlist> </itemizedlist>
</listitem> </listitem>