summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJames Hilliard <james.hilliard1@gmail.com>2022-07-27 15:28:09 -0600
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-07-29 09:22:54 +0900
commit0a0d48996842ad478ee74c5224669c3650b2e2fe (patch)
tree5171b75c9c9e1cb98056cbc510c4214a24f0a31b /meson_options.txt
parent219fa78b5fa2ec9c13dd87419366116e3197693f (diff)
downloadsystemd-0a0d48996842ad478ee74c5224669c3650b2e2fe.tar.gz
journalctl: allow statically linked build
The journalctl tool may be needed on cross compilation hosts in order to run --update-catalog against a target rootfs. To avoid reliability issues caused by shared linking allow journalctl to be linked statically.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 628ca1d797..d8c0c581c2 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -25,6 +25,8 @@ option('link-networkd-shared', type: 'boolean',
description : 'link systemd-networkd and its helpers to libsystemd-shared.so')
option('link-timesyncd-shared', type: 'boolean',
description : 'link systemd-timesyncd and its helpers to libsystemd-shared.so')
+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('first-boot-full-preset', type: 'boolean', value: false,