Displaying 1 result from an estimated 1 matches for "579b0790".
2007 Apr 18
1
[Bridge] bridge-utils compilation bug
Hi,
I tried to cross-compile bridge-utils, and think I have found a bug in
Makefile.in:
--- /cygdrive/d/sources/bridge-utils-1.1/libbridge/Makefile.in
2004-06-02 20:38:20.000000000 +0300
+++ libbridge/Makefile.in 2006-12-28 11:56:56.576468700 +0200
@@ -5,7 +5,8 @@
RANLIB=@RANLIB@
CC=@CC@
-CFLAGS = -Wall -g $(KERNEL_HEADERS)
+CFLAGS = -Wall @CFLAGS@
+INCLUDE=$(KERNEL_HEADERS)