CVS: moonbase/kernel/linux-vanilla BUILD,1.5,1.6
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-vanilla
In directory dbguin.lunar-linux.org:/tmp/cvs-serv20853/linux-vanilla
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-vanilla/BUILD,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- BUILD 18 Jun 2003 02:39:00 -0000 1.5
+++ BUILD 26 Aug 2003 03:30:29 -0000 1.6
@@ -50,6 +50,7 @@
cp arch/i386/boot/bzImage /boot/vanilla-$VERSION &&
# link the modules so depmod can find them!
ln -s /lib/modules/$VERSION-vanilla /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