summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorRobert Scheck <robert@fedoraproject.org>2020-02-08 14:02:09 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-03-04 10:46:10 +0100
commitfd74a13e85acdf2880696d8f8f9ebe62ed37b29c (patch)
treef50e08ebb8c5ae2b1ef01672d65a7e73ab395c4e /meson_options.txt
parentdd0395b5654c52e982adf6d354db9c7fdcf4b6c7 (diff)
downloadsystemd-fd74a13e85acdf2880696d8f8f9ebe62ed37b29c.tar.gz
timesync, meson: allow statically linked build
Build option "link-timesyncd-shared" to build a statically linked systemd-timesyncd by using -Dlink-udev-shared=false -Dlink-timesyncd-shared=false on systems with full systemd stack except systemd-timesyncd, such as RHEL/CentOS 8.
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 4f82479a9b..4988d41ff3 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -18,6 +18,8 @@ option('link-systemctl-shared', type: 'boolean',
description : 'link systemctl against libsystemd-shared.so')
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('static-libsystemd', type : 'combo',
choices : ['false', 'true', 'pic', 'no-pic'],
description : '''install a static library for libsystemd''')