From 40dbce36df1d70e32800545b06d5e08996f8e33f Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 5 Jan 2021 14:51:17 +0900 Subject: [PATCH] meson: use static_libsystemd_pic --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index f2884a3d45..40604b9f01 100644 --- a/meson.build +++ b/meson.build @@ -1675,7 +1675,7 @@ install_libsystemd_static = static_library( build_by_default : static_libsystemd != 'false', install : static_libsystemd != 'false', install_dir : rootlibdir, - pic : static_libsystemd == 'true' or static_libsystemd == 'pic', + pic : static_libsystemd_pic, dependencies : [threads, librt, libxz,