From 069b217655eaef54971865f4e86295c17120a2ad Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 5 Feb 2019 04:40:31 -0200 Subject: [PATCH] common/build-style: don't be explicit about pie, fails vala. --- common/build-style/meson.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build-style/meson.sh b/common/build-style/meson.sh index f8a1631f695..2bb61504224 100644 --- a/common/build-style/meson.sh +++ b/common/build-style/meson.sh @@ -114,7 +114,7 @@ EOF --auto-features=enabled \ --wrap-mode=nodownload \ -Db_lto=true -Db_ndebug=true \ - -Db_staticpic=true -Db_pie=true \ + -Db_staticpic=true \ ${configure_args} . ${meson_builddir} }