mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Merge branch 'trunk' into multilib
This commit is contained in:
commit
741890da01
@ -62,7 +62,6 @@
|
|||||||
<para>Home page: <ulink url="&automake-home;"/></para>
|
<para>Home page: <ulink url="&automake-home;"/></para>
|
||||||
<para>Download: <ulink url="&automake-url;"/></para>
|
<para>Download: <ulink url="&automake-url;"/></para>
|
||||||
<para>MD5 sum: <literal>&automake-md5;</literal></para>
|
<para>MD5 sum: <literal>&automake-md5;</literal></para>
|
||||||
<para>SHA256 sum: <literal>&automake-sha256;</literal></para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
@ -52,6 +52,7 @@
|
|||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--runstatedir=/run \
|
--runstatedir=/run \
|
||||||
|
--enable-user-session \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-doxygen-docs \
|
--disable-doxygen-docs \
|
||||||
--disable-xml-docs \
|
--disable-xml-docs \
|
||||||
@ -73,6 +74,18 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>
|
||||||
|
<parameter>--enable-user-session</parameter>
|
||||||
|
</term>
|
||||||
|
<listitem>
|
||||||
|
<para>These ensures the D-Bus per-user service and socket unit
|
||||||
|
files are installed for Systemd. They are not useful (but
|
||||||
|
harmless) in a base LFS installation, however they can be used
|
||||||
|
once systemd is rebuilt with PAM support in BLFS.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>Compile the package:</para>
|
||||||
|
@ -147,10 +147,11 @@ make -f &udev-lfs-version;/Makefile.lfs install</userinput></screen>
|
|||||||
|
|
||||||
<!-- Please make sure systemd man pages tarball has a common leading
|
<!-- Please make sure systemd man pages tarball has a common leading
|
||||||
component in the path. -->
|
component in the path. -->
|
||||||
<screen><userinput remap="install">tar -xf ../../systemd-man-pages-&systemd-man-version;.tar.xz --strip-components=1 \
|
<screen><userinput remap="install">tar -xf ../../systemd-man-pages-&systemd-man-version;.tar.xz \
|
||||||
|
--no-same-owner --strip-components=1 \
|
||||||
-C /usr/share/man --wildcards '*/udev*' '*/libudev*' \
|
-C /usr/share/man --wildcards '*/udev*' '*/libudev*' \
|
||||||
'*/systemd-'{hwdb,udevd.service}.8
|
'*/systemd-'{hwdb,udevd.service}.8
|
||||||
sed 's/systemd\(\\\?-\)/udev-/' /usr/share/man/man8/systemd-hwdb.8 \
|
sed 's/systemd\(\\\?-\)/udev\1/' /usr/share/man/man8/systemd-hwdb.8 \
|
||||||
> /usr/share/man/man8/udev-hwdb.8
|
> /usr/share/man/man8/udev-hwdb.8
|
||||||
sed 's|lib.*udevd|sbin/udevd|' \
|
sed 's|lib.*udevd|sbin/udevd|' \
|
||||||
/usr/share/man/man8/systemd-udevd.service.8 \
|
/usr/share/man/man8/systemd-udevd.service.8 \
|
||||||
|
@ -43,7 +43,6 @@
|
|||||||
<!ENTITY automake-size "1,565 KB">
|
<!ENTITY automake-size "1,565 KB">
|
||||||
<!ENTITY automake-url "&gnu;automake/automake-&automake-version;.tar.xz">
|
<!ENTITY automake-url "&gnu;automake/automake-&automake-version;.tar.xz">
|
||||||
<!ENTITY automake-md5 "4017e96f89fca45ca946f1c5db6be714">
|
<!ENTITY automake-md5 "4017e96f89fca45ca946f1c5db6be714">
|
||||||
<!ENTITY automake-sha256 "80facc09885a57e6d49d06972c0ae1089c5fa8f4d4c7cfe5baea58e5085f136d">
|
|
||||||
<!ENTITY automake-home "&gnu-software;automake/">
|
<!ENTITY automake-home "&gnu-software;automake/">
|
||||||
<!ENTITY automake-fin-du "114 MB">
|
<!ENTITY automake-fin-du "114 MB">
|
||||||
<!ENTITY automake-fin-sbu "less than 0.1 SBU (about 7.3 SBU with tests)">
|
<!ENTITY automake-fin-sbu "less than 0.1 SBU (about 7.3 SBU with tests)">
|
||||||
|
Loading…
Reference in New Issue
Block a user