aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2022-05-29 10:13:54 +0800
committerXi Ruoyao <xry111@xry111.site>2022-05-29 12:29:20 +0800
commitf435668903be3c74b1a56317a62ed8cf0986e06c (patch)
treed951337fe8922768ce6568a2007e5faa9bdebb08
parentb4008bb22c0acee98eeff5f6f94feb6f5750af2e (diff)
systemd: remove unnecessary options
-Dblkid is automatically detected, and other three options are meson defaults.
-rw-r--r--chapter08/systemd.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml
index f207e74c2..76587bcca 100644
--- a/chapter08/systemd.xml
+++ b/chapter08/systemd.xml
@@ -54,16 +54,12 @@
cd build
meson --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
--buildtype=release \
- -Dblkid=true \
-Ddefault-dnssec=no \
-Dfirstboot=false \
-Dinstall-tests=false \
-Dldconfig=false \
-Dsysusers=false \
- -Db_lto=false \
-Drpmmacrosdir=no \
-Dhomed=false \
-Duserdb=false \