commit:     179ff389f896b644e7e9952572d00b83ec551b5e
Author:     Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 14 17:40:21 2016 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> 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 <anarchy <AT> 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" \

Reply via email to