diff options
author | Robert Scheck <robert@fedoraproject.org> | 2023-05-14 03:17:47 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-05-15 13:30:04 +0200 |
commit | c06d2e440c07756391c527814611a7f5633a12d9 (patch) | |
tree | dae14094ef326ef8a351d0e2ef41a61e97948530 /meson_options.txt | |
parent | mkosi: Install tmux in the final image (diff) | |
download | systemd-c06d2e440c07756391c527814611a7f5633a12d9.tar.xz systemd-c06d2e440c07756391c527814611a7f5633a12d9.zip |
portable, meson: allow statically linked build
Build option "link-portabled-shared" to build a statically linked
systemd-portabled by using
-Dlink-portabled-shared=false
on systems with full systemd stack except systemd-portabled, such
as CentOS/RHEL 9.
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index d3af35e7ef..46f508bd76 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -29,6 +29,8 @@ option('link-journalctl-shared', type: 'boolean', description : 'link journalctl against libsystemd-shared.so') option('link-boot-shared', type: 'boolean', description : 'link bootctl and systemd-bless-boot against libsystemd-shared.so') +option('link-portabled-shared', type: 'boolean', + description : 'link systemd-portabled and its helpers to libsystemd-shared.so') option('first-boot-full-preset', type: 'boolean', value: false, description : 'during first boot, do full preset-all (default will be changed to true later)') |