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 4C28713832E for ; Sun, 14 Aug 2016 18:26:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6C2DE0AD2; Sun, 14 Aug 2016 18:26:04 +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 5C610E0AD2 for ; Sun, 14 Aug 2016 18:26:03 +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 8BB6E340CA2 for ; Sun, 14 Aug 2016 18:26:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1AA82443 for ; Sun, 14 Aug 2016 18:25:58 +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: <1471198934.179ff389f896b644e7e9952572d00b83ec551b5e.anarchy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/firefox/firefox-48.0.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 179ff389f896b644e7e9952572d00b83ec551b5e X-VCS-Branch: master Date: Sun, 14 Aug 2016 18:25:58 +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: a7cf7bcf-50bc-4692-8478-ebabfaef23bb X-Archives-Hash: d9798ba08e33143bb3b572091b7b2394 commit: 179ff389f896b644e7e9952572d00b83ec551b5e Author: Jory A. Pratt gentoo org> AuthorDate: Sun Aug 14 17:40:21 2016 +0000 Commit: Jory Pratt gentoo org> CommitDate: Sun Aug 14 18:22:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=179ff389 www-client/firefox - Fix build install issues with pax-marking xpcshell Signed-off-by: Jory A. Pratt gentoo.org> www-client/firefox/firefox-48.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www-client/firefox/firefox-48.0.ebuild b/www-client/firefox/firefox-48.0.ebuild index c430b69..1672e26 100644 --- a/www-client/firefox/firefox-48.0.ebuild +++ b/www-client/firefox/firefox-48.0.ebuild @@ -256,6 +256,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 \ "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \