Ironwalker wrote:Any fix in near future for the failed build or should I change the file above previously mentioned?
change this line like prevoiusly mentioned.
after the "Enable various PaX features" string change
- Code: Select all
+ depends on GRSECURITY && (ALPHA || ARM || AVR32 || IA64 || MIPS32 || MIPS64 || PARISC || PPC32 || PPC64 || SPARC32 || SPARC64 || X86 || X86_64)
to
- Code: Select all
+ depends on GRKERNSEC && (ALPHA || ARM || AVR32 || IA64 || MIPS32 || MIPS64 || PARISC || PPC32 || PPC64 || SPARC32 || SPARC64 || X86 || X86_64)