Christian Rößner skrev den 2015-02-05 15:58:
If I am wrong, please contact me offlist. Then I would have to do a
lot of work to correct this problem. Hopefully not. ;-)
emerge -pev @world | grep hardened | wc -l
euses hardened
eselect profile list
pick a number that contains hardened
eselect profile set <picked-number>
or use
gcc-config <picked-number>
then issue
emerge -auDNv --with-bdeps=y @world
now you are ready to build postfix in hardened use flag
ps your gcc is compiled hardened, but the rest of computer is not ready
yet