>> Do I really need to disable all hardened features whenever I want to
>> emerge mono?
>>
>>  * If you are using any hardening features such as
>>  * PIE+SSP/SELinux/grsec/PAX then most probably this is the reason
>>  * why build has failed. In this case turn any active security
>>  * enhancements off and try emerging the package again
>>
>> - Grant
>
> If you've enabled PAX_SOFTMODE in your kernel config you can simply turn on
> softmode temporarily:
>
> echo 1 > /proc/sys/kernel/pax/softmode
> compile mono
> echo 0 > /proc/sys/kernel/pax/softmode
>
> fwiw mono tends to only get new stable-marked packages every 6 months or so.
>
> Gordon Malm (gengor)

Worked perfectly, thank you.

- Grant

Reply via email to