Skip to content

Commit

Permalink
sys-apps/sandbox: disable pch on PaX kernels #572092
Browse files Browse the repository at this point in the history
  • Loading branch information
vapier committed Jan 18, 2016
1 parent 10aec12 commit ef76ca9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sys-apps/sandbox/sandbox-2.10-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# period.
#

inherit eutils flag-o-matic toolchain-funcs multilib unpacker multiprocessing
inherit eutils flag-o-matic toolchain-funcs multilib unpacker multiprocessing pax-utils

DESCRIPTION="sandbox'd LD_PRELOAD hack"
HOMEPAGE="https://www.gentoo.org/proj/en/portage/sandbox/"
Expand Down Expand Up @@ -56,6 +56,9 @@ sb_configure() {

use multilib && multilib_toolchain_setup ${ABI}

local myconf=()
host-is-pax && myconf+=( --disable-pch ) #301299 #425524 #572092

einfo "Configuring sandbox for ABI=${ABI}..."
ECONF_SOURCE="${S}" \
econf ${myconf} || die
Expand Down

0 comments on commit ef76ca9

Please sign in to comment.