diff --git a/common/build-style/meson.sh b/common/build-style/meson.sh index 67b9dc110b9..8ae57ac889c 100644 --- a/common/build-style/meson.sh +++ b/common/build-style/meson.sh @@ -39,6 +39,7 @@ do_configure() { --wrap-mode=nodownload \ -Db_lto=true -Db_ndebug=true \ -Db_staticpic=true \ + -Dpkgconfig.relocatable=false \ ${configure_args} . ${meson_builddir} }