profile: no pax_kernel by default, set it yourself if you like

This commit is contained in:
Rick Farina (Zero_Chaos) 2017-10-19 21:19:42 -04:00
parent e82cc46988
commit acad4b8c45
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A

View file

@ -1,3 +1,6 @@
#default and hardened are different, not sure why but here we maintain
#the flags to keep them as close as possible
USE="${USE} fortran orc"
#sadly, gentoo doesn't support pax anymore, so for now, it shall not be our default
USE="${USE} -pax_kernel"