The Paxctl package is used to change PaX flags on a per file basis.
Compile the package:
make
Install the package:
make install
There are currently few programs known to need this. Grub uses anonymous mapping and will be killed by PaX. The following command changes Grub's PaX flags:
paxctl -spm /usr/sbin/grub
localedef uses GCC trampolines code, which works with the CONFIG_PAX_EMUTRAMP PaX kernel option; this is preffered. Alternately you can disable page and segment execution restrictions with paxctl -sp /usr/bin/localedef.
If you find more please let us know.