diff options
author | Jory A. Pratt <anarchy@gentoo.org> | 2016-08-14 12:40:21 -0500 |
---|---|---|
committer | Jory A. Pratt <anarchy@gentoo.org> | 2016-08-14 13:22:14 -0500 |
commit | 179ff389f896b644e7e9952572d00b83ec551b5e (patch) | |
tree | 6d8532fe114ae0be67666a32ff802bc7e3c86233 /www-client | |
parent | lxde-base/lxdm: Version bump (diff) | |
download | gentoo-179ff389f896b644e7e9952572d00b83ec551b5e.tar.gz gentoo-179ff389f896b644e7e9952572d00b83ec551b5e.tar.bz2 gentoo-179ff389f896b644e7e9952572d00b83ec551b5e.zip |
www-client/firefox - Fix build install issues with pax-marking xpcshell
Signed-off-by: Jory A. Pratt <anarchy@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/firefox-48.0.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www-client/firefox/firefox-48.0.ebuild b/www-client/firefox/firefox-48.0.ebuild index c430b690c712..1672e2669300 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" \ |