Page 1 of 1

Latest patch fails to compile

PostPosted: Sat Feb 03, 2007 5:25 am
by linkfanel
grsecurity-2.1.10-2.6.19.2-200702011940.patch fails to compile:

Code: Select all
  CC      fs/proc/base.o
fs/proc/base.c: In function 'pid_getattr':
fs/proc/base.c:1020: error: expected expression before ')' token
fs/proc/base.c:1024:7: warning: "CONFIG_GRKERNSEC_PROC_USERGROUP" is not defined
fs/proc/base.c:1071:7: warning: "CONFIG_GRKERNSEC_PROC_USERGROUP" is not defined
fs/proc/base.c:1966:7: warning: "CONFIG_GRKERNSEC_PROC_USERGROUP" is not defined
make[3]: *** [fs/proc/base.o] Erreur 1


Right, CONFIG_GRKERNSEC_PROC is disabled in my .config.

PostPosted: Wed Feb 07, 2007 10:15 pm
by spender
This has been fixed in the latest patch.

-Brad