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 8F6C01395E1 for ; Wed, 2 Nov 2016 14:52:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D82BFE0C95; Wed, 2 Nov 2016 14:52:41 +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 BF7FAE0C95 for ; Wed, 2 Nov 2016 14:52:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D65773412F9 for ; Wed, 2 Nov 2016 14:52:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4322244E for ; Wed, 2 Nov 2016 14:52:39 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1478098354.e5afc0325dd231509a301b69e9e06dc407d78b56.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/firefox/firefox-45.4.0.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: e5afc0325dd231509a301b69e9e06dc407d78b56 X-VCS-Branch: master Date: Wed, 2 Nov 2016 14:52:39 +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: b4e37f40-6707-4a76-93d1-bcb54b9fb9a3 X-Archives-Hash: da71667b7746094324f2621688785c25 commit: e5afc0325dd231509a301b69e9e06dc407d78b56 Author: Zero_Chaos gentoo org> AuthorDate: Wed Nov 2 14:52:09 2016 +0000 Commit: Richard Farina gentoo org> CommitDate: Wed Nov 2 14:52:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5afc032 www-client/firefox: add in fix for building under default profile using hardened kernel (such as catalyst) Package-Manager: portage-2.3.2 www-client/firefox/firefox-45.4.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www-client/firefox/firefox-45.4.0.ebuild b/www-client/firefox/firefox-45.4.0.ebuild index cb62d79..4b285d6 100644 --- a/www-client/firefox/firefox-45.4.0.ebuild +++ b/www-client/firefox/firefox-45.4.0.ebuild @@ -258,6 +258,9 @@ src_compile() { src_install() { cd "${BUILD_OBJ_DIR}" || die + + # Pax mark xpcshell for hardened support, only used for startupcache creation. + pax-mark m "${BUILD_OBJ_DIR}"/dist/bin/xpcshell # Add our default prefs for firefox cp "${FILESDIR}"/gentoo-default-prefs.js-1 \