Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: mail-client/thunderbird/
Date: Wed, 30 Dec 2015 03:02:28
Message-Id: 1451444375.b8bf7a5b9b6f749da6ea5531e035bf46e482f01c.anarchy@gentoo
1 commit: b8bf7a5b9b6f749da6ea5531e035bf46e482f01c
2 Author: Francisco Blas Izquierdo Riera (klondike) <klondike <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 30 02:52:53 2015 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 30 02:59:35 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=b8bf7a5b
7
8 Fix the paxmarking of the xpcshell binary as it is no longer in the mozilla directory.
9
10 This makes the install phase work again on hardened systems.
11
12 Signed-off-by: Jory A. Pratt <anarchy <AT> gentoo.org>
13
14 mail-client/thunderbird/thunderbird-38.5.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/mail-client/thunderbird/thunderbird-38.5.0.ebuild b/mail-client/thunderbird/thunderbird-38.5.0.ebuild
18 index a3fbfee..cae727e 100644
19 --- a/mail-client/thunderbird/thunderbird-38.5.0.ebuild
20 +++ b/mail-client/thunderbird/thunderbird-38.5.0.ebuild
21 @@ -284,7 +284,7 @@ src_install() {
22 || die
23
24 # Pax mark xpcshell for hardened support, only used for startupcache creation.
25 - pax-mark m "${BUILD_OBJ_DIR}"/mozilla/dist/bin/xpcshell
26 + pax-mark m "${BUILD_OBJ_DIR}"/dist/bin/xpcshell
27
28 MOZ_MAKE_FLAGS="${MAKEOPTS}" \
29 emake DESTDIR="${D}" install