diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-07-08 12:46:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-08 12:46:41 +0200 |
commit | c80c5c20d44e9a0cd56d533604ef1b759efeab3f (patch) | |
tree | 6340837d74cb11c98ead24feba25568678eec6e0 /src/shared | |
parent | Update 60-sensor.hwdb (diff) | |
parent | meson: add option to build systemd-executor "statically" (diff) | |
download | systemd-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.build | 2 |
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], |