mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-10 01:17:44 +03:00
meson: use static_libsystemd_pic
This commit is contained in:
parent
a0e150b2f4
commit
40dbce36df
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user