mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +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 \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--buildtype=release \
|
||||
-Dblkid=true \
|
||||
-Dbuildtype=release \
|
||||
-Ddefault-dnssec=no \
|
||||
-Dfirstboot=false \
|
||||
-Dinstall-tests=false \
|
||||
@ -91,6 +91,15 @@ meson --prefix=/usr \
|
||||
<variablelist>
|
||||
<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>
|
||||
<term><parameter>-Ddefault-dnssec=no</parameter></term>
|
||||
<listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user