From d00bae1f94ac5d6d2779b6dba0a2d25d8dff80ba Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Tue, 15 Oct 2024 09:54:24 +0200 Subject: [PATCH] common/build-style/meson.sh: disable relocatable pkgconfig --- common/build-style/meson.sh | 1 + 1 file changed, 1 insertion(+) 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} }