CVS: moonbase/kernel/linux-stable BUILD,1.3,1.4

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-stable
In directory dbguin.lunar-linux.org:/tmp/cvs-serv20853/linux-stable

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-stable/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD	21 Jun 2003 14:53:01 -0000	1.3
+++ BUILD	26 Aug 2003 03:30:29 -0000	1.4
@@ -52,6 +52,7 @@
   cp    arch/i386/boot/bzImage   /boot/stable_bz-$VERSION &&
   # link the modules so depmod can find them!
   ln -f -s /lib/modules/$VERSION-stable /lib/modules/$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/
 
 ) > $C_FIFO 2>&1




More information about the Lunar-commits mailing list