summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZero_Chaos <zerochaos@gentoo.org>2016-11-02 10:52:09 -0400
committerZero_Chaos <zerochaos@gentoo.org>2016-11-02 10:52:34 -0400
commite5afc0325dd231509a301b69e9e06dc407d78b56 (patch)
tree79d94ee1f2da2d78ca89b7b3a2006d296ada9ffa /www-client
parentsys-kernel/gentoo-sources: Stable for HPPA (bug #572384). (diff)
downloadgentoo-e5afc0325dd231509a301b69e9e06dc407d78b56.tar.gz
gentoo-e5afc0325dd231509a301b69e9e06dc407d78b56.tar.bz2
gentoo-e5afc0325dd231509a301b69e9e06dc407d78b56.zip
www-client/firefox: add in fix for building under default profile using hardened kernel (such as catalyst)
Package-Manager: portage-2.3.2
Diffstat (limited to 'www-client')
-rw-r--r--www-client/firefox/firefox-45.4.0.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/www-client/firefox/firefox-45.4.0.ebuild b/www-client/firefox/firefox-45.4.0.ebuild
index cb62d7926bbe..4b285d6dd0c7 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 \