From: Yu Watanabe Date: Tue, 5 Jan 2021 05:51:17 +0000 (+0900) Subject: meson: use static_libsystemd_pic X-Git-Tag: v248-rc1~304^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40dbce36df1d70e32800545b06d5e08996f8e33f;p=thirdparty%2Fsystemd.git meson: use static_libsystemd_pic --- diff --git a/meson.build b/meson.build index f2884a3d456..40604b9f017 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,