diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-05-29 10:13:54 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-05-29 12:29:20 +0800 |
commit | f435668903be3c74b1a56317a62ed8cf0986e06c (patch) | |
tree | d951337fe8922768ce6568a2007e5faa9bdebb08 | |
parent | b4008bb22c0acee98eeff5f6f94feb6f5750af2e (diff) |
systemd: remove unnecessary options
-Dblkid is automatically detected, and other three options are meson
defaults.
-rw-r--r-- | chapter08/systemd.xml | 4 |
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 \ |