From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 98D86138ED8 for ; Sun, 16 Oct 2016 21:49:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1B25E0B2D; Sun, 16 Oct 2016 21:49:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CAA7AE0B2C for ; Sun, 16 Oct 2016 21:49:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9DC65341059 for ; Sun, 16 Oct 2016 21:49:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A7262F2 for ; Sun, 16 Oct 2016 21:49:49 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1476654555.8d479279bddc1f8f9fccdf2dd4ec007a0b13f564.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/ X-VCS-Repository: proj/mozilla X-VCS-Files: eclass/mozconfig-v6.49.eclass X-VCS-Directories: eclass/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 8d479279bddc1f8f9fccdf2dd4ec007a0b13f564 X-VCS-Branch: master Date: Sun, 16 Oct 2016 21:49:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 975f40b7-f6b9-4deb-ab89-ce4d7614a787 X-Archives-Hash: f3546d5b18cc540c0c3bbcbd67318146 commit: 8d479279bddc1f8f9fccdf2dd4ec007a0b13f564 Author: Jory A. Pratt gentoo org> AuthorDate: Sun Oct 16 21:49:15 2016 +0000 Commit: Jory Pratt gentoo 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