summaryrefslogtreecommitdiffstats
path: root/src/shared
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2024-07-08 12:46:41 +0200
committerGitHub <noreply@github.com>2024-07-08 12:46:41 +0200
commitc80c5c20d44e9a0cd56d533604ef1b759efeab3f (patch)
tree6340837d74cb11c98ead24feba25568678eec6e0 /src/shared
parentUpdate 60-sensor.hwdb (diff)
parentmeson: add option to build systemd-executor "statically" (diff)
downloadsystemd-c80c5c20d44e9a0cd56d533604ef1b759efeab3f.tar.xz
systemd-c80c5c20d44e9a0cd56d533604ef1b759efeab3f.zip
Merge pull request #33599 from keszybz/link-executor-statically
Link executor statically
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/meson.build b/src/shared/meson.build
index ea1e009286..2250af703a 100644
--- a/src/shared/meson.build
+++ b/src/shared/meson.build
@@ -357,7 +357,7 @@ libshared = shared_library(
'-Wl,--version-script=' + libshared_sym_path],
link_depends : libshared_sym_path,
link_whole : [libshared_static,
- libbasic,
+ libbasic_static,
libsystemd_static],
dependencies : [libshared_deps,
userspace],