From f421389bd90903e44990390f514dfaae81e82b07 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 5 Feb 2019 03:15:58 -0200 Subject: [PATCH] build-style/meson.sh: explicitly enable staticpic and pie. --- 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 f2286408204..f8a1631f695 100644 --- a/common/build-style/meson.sh +++ b/common/build-style/meson.sh @@ -114,6 +114,7 @@ EOF --auto-features=enabled \ --wrap-mode=nodownload \ -Db_lto=true -Db_ndebug=true \ + -Db_staticpic=true -Db_pie=true \ ${configure_args} . ${meson_builddir} }