CVS: moonbase/kernel/linux-grsec BUILD,1.2,1.3

niki at lunar-linux.org niki at lunar-linux.org
Tue Aug 26 03:30:31 GMT 2003


Update of /var/cvs/lunar/moonbase/kernel/linux-grsec
In directory dbguin.lunar-linux.org:/tmp/cvs-serv20853/linux-grsec

Modified Files:
	BUILD 
Log Message:
This is a fix for Bug #359, and the issue was that gcc was using include
files from an older kernel which don't have the changes required by ifenslave.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-grsec/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	27 Feb 2003 14:41:30 -0000	1.2
+++ BUILD	26 Aug 2003 03:30:29 -0000	1.3
@@ -68,7 +68,9 @@
   case $XARCH in
      xi386 | xi486 | xi586 | xi686 )
              cp arch/i386/boot/bzImage   /boot/vmlinubz-$VERSION
-             gcc -Wall -Wstrict-prototypes -O Documentation/networking/ifenslave.c -o /sbin/ifenslave;;
+             gcc -Wall -Wstrict-prototypes \
+	       -O Documentation/networking/ifenslave.c \
+               -o /sbin/ifenslave -I /usr/src/linux/include/;;
 	
     xalpha )
              cp arch/alpha/boot/vmlinux.gz /boot/vmlinux-$VERSION.gz;;




More information about the Lunar-commits mailing list