commit: 8d479279bddc1f8f9fccdf2dd4ec007a0b13f564
Author: Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 16 21:49:15 2016 +0000
Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Sun Oct 16 21:49:15 2016 +0000
URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=8d479279
eclass/mozconfig-v6.49 : enable pie support by default
eclass/mozconfig-v6.49.eclass | 2 ++
1 file changed, 2 insertions(+)
diff --git a/eclass/mozconfig-v6.49.eclass b/eclass/mozconfig-v6.49.eclass
index 5fa9db6..497e747 100644
--- a/eclass/mozconfig-v6.49.eclass
+++ b/eclass/mozconfig-v6.49.eclass
@@ -235,6 +235,8 @@ mozconfig_config() {
fi
fi
+ # Enable position independent executables
+ mozconfig_annotate 'enabled by Gentoo' --enable-pie
mozconfig_use_enable debug
mozconfig_use_enable debug tests