commit:     e5afc0325dd231509a301b69e9e06dc407d78b56
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  2 14:52:09 2016 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> 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 \

Reply via email to