Skip to content

Commit

Permalink
Fix the paxmarking of the xpcshell binary as it is no longer in the m…
Browse files Browse the repository at this point in the history
…ozilla directory.

This makes the install phase work again on hardened systems.

Signed-off-by: Jory A. Pratt <[email protected]>
  • Loading branch information
klondi authored and anarchpenguin committed Dec 30, 2015
1 parent 1c0817b commit 60c55b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mail-client/thunderbird/thunderbird-38.5.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ src_install() {
|| die

# Pax mark xpcshell for hardened support, only used for startupcache creation.
pax-mark m "${BUILD_OBJ_DIR}"/mozilla/dist/bin/xpcshell
pax-mark m "${BUILD_OBJ_DIR}"/dist/bin/xpcshell

MOZ_MAKE_FLAGS="${MAKEOPTS}" \
emake DESTDIR="${D}" install
Expand Down

0 comments on commit 60c55b0

Please sign in to comment.