Gentoo Archives: gentoo-hardened

From: Radek Madej <radegand@××.pl>
To: gentoo-hardened@l.g.o
Subject: Re: [gentoo-hardened] Firefox won't compile on hardened profile
Date: Wed, 15 Feb 2012 22:20:16
Message-Id: 3974472.Cx4js1DiXy@quad
In Reply to: Re: [gentoo-hardened] Firefox won't compile on hardened profile by Radek Madej
1 On Wednesday 15 February 2012 20:38:21 Radek Madej wrote:
2 >
3 > 2) As suggested, disabling JIT will do the trick and it seems like recent
4 > versions of Firefox can actually have it disabled properly. So the ebuild
5 > for icecat/firefox will work for you, you just need this in src_configure()
6 > :
7 >
8 > if use pax_kernel; then
9 > mozconfig_annotate '' --disable-methodjit
10 > mozconfig_annotate '' --disable-tracejit
11 > fi
12 >
13
14 I forgot to add that you also need to add the pax_kernel flag to IUSE in the
15 ebuild (see the previously attached ebuild for icecat)
16
17 Cheers,
18 Radek