mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 19:32:03 +00:00
systemd: sync with BLFS
This commit is contained in:
parent
9c53f9d20f
commit
06cdaed873
@ -72,8 +72,8 @@ LANG=en_US.UTF-8 \
|
|||||||
meson --prefix=/usr \
|
meson --prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
|
--buildtype=release \
|
||||||
-Dblkid=true \
|
-Dblkid=true \
|
||||||
-Dbuildtype=release \
|
|
||||||
-Ddefault-dnssec=no \
|
-Ddefault-dnssec=no \
|
||||||
-Dfirstboot=false \
|
-Dfirstboot=false \
|
||||||
-Dinstall-tests=false \
|
-Dinstall-tests=false \
|
||||||
@ -91,6 +91,15 @@ meson --prefix=/usr \
|
|||||||
<variablelist>
|
<variablelist>
|
||||||
<title>The meaning of the meson options:</title>
|
<title>The meaning of the meson options:</title>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><parameter>--buildtype=release</parameter></term>
|
||||||
|
<listitem>
|
||||||
|
<para>This switch overrides the default buildtype
|
||||||
|
(<quote>debug</quote>), which would produce unoptimized
|
||||||
|
binaries.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>-Ddefault-dnssec=no</parameter></term>
|
<term><parameter>-Ddefault-dnssec=no</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
Loading…
Reference in New Issue
Block a user