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

This commit is contained in:
Bruce Dubbs
2025-10-11 12:32:15 -05:00
3 changed files with 14 additions and 7 deletions

View File

@@ -53,9 +53,9 @@
<para>Prepare Flex for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \
--docdir=/usr/share/doc/flex-&flex-version; \
--disable-static</userinput></screen>
<screen><userinput remap="configure">./configure --prefix=/usr \
--disable-static \
--docdir=/usr/share/doc/flex-&flex-version;</userinput></screen>
<para>Compile the package:</para>

View File

@@ -56,7 +56,7 @@
-D SQLITE_ENABLE_DBSTAT_VTAB=1 \
-D SQLITE_SECURE_DELETE=1"</userinput></screen>
<variablelist>
<title>The meaning of the make option:</title>
<title>The meaning of the configure options:</title>
<varlistentry>
<term><parameter>--enable-fts{4,5}</parameter></term>
@@ -81,7 +81,13 @@
<para>Compile the package:</para>
<screen><userinput remap="make">make</userinput></screen>
<screen><userinput remap="make">make LDFLAGS.rpath=""</userinput></screen>
<para>The <parameter>LDFLAGS.rpath=""</parameter> option prevents
hard coding library search paths (rpath) into the shared library.
This package does not need rpath for an installation into the standard
location, and rpath may sometimes cause unwanted effects or even
security issues.</para>
<para>This package does not come with a test suite.</para>

View File

@@ -278,7 +278,8 @@ ninja test</userinput></screen>
machinectl, mount.ddi (symlink to systemd-dissect), networkctl,
oomctl, portablectl, poweroff (symlink to
systemctl), reboot (symlink to systemctl), resolvconf (symlink to
resolvectl), resolvectl, run0, runlevel (symlink to systemctl), shutdown
resolvectl), resolvectl, run0 (symlink to systemd-run), runlevel
(symlink to systemctl), shutdown
(symlink to systemctl), systemctl, systemd-ac-power, systemd-analyze,
systemd-ask-password, systemd-cat, systemd-cgls, systemd-cgtop,
systemd-confext (symlink to systemd-sysext), systemd-creds,
@@ -865,7 +866,7 @@ ninja test</userinput></screen>
<varlistentry id="systemd-vpick">
<term><command>systemd-vpick</command></term>
<listitem>
<para>Is used to resolve paths to a ".v/ versioned directory</para>
<para>Is used to resolve paths to a ".v/" versioned directory</para>
<indexterm zone="ch-system-systemd systemd-vpick">
<primary sortas="b-systemd-vpick">systemd-vpick</primary>
</indexterm>