Changeset f435668


Ignore:
Timestamp:
05/29/2022 04:29:20 AM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
77e340bc
Parents:
b4008bb
git-author:
Xi Ruoyao <xry111@…> (05/29/2022 02:13:54 AM)
git-committer:
Xi Ruoyao <xry111@…> (05/29/2022 04:29:20 AM)
Message:

systemd: remove unnecessary options

-Dblkid is automatically detected, and other three options are meson
defaults.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/systemd.xml

    rb4008bb rf435668  
    5555
    5656meson --prefix=/usr                 \
    57       --sysconfdir=/etc             \
    58       --localstatedir=/var          \
    5957      --buildtype=release           \
    60       -Dblkid=true                  \
    6158      -Ddefault-dnssec=no           \
    6259      -Dfirstboot=false             \
     
    6461      -Dldconfig=false              \
    6562      -Dsysusers=false              \
    66       -Db_lto=false                 \
    6763      -Drpmmacrosdir=no             \
    6864      -Dhomed=false                 \
Note: See TracChangeset for help on using the changeset viewer.