1
0
mirror of https://github.com/systemd/systemd synced 2024-07-08 20:15:55 +00:00

meson: use static_libsystemd_pic

This commit is contained in:
Yu Watanabe 2021-01-05 14:51:17 +09:00
parent a0e150b2f4
commit 40dbce36df

View File

@ -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,