1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-19 23:10:14 +03:00
openwrt-xburst/package/bridge-utils/patches/001-libbridge_cflags.patch
kaloz e90b272ea7 rename patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12347 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-20 13:58:09 +00:00

12 lines
229 B
Diff

--- a/libbridge/Makefile.in
+++ b/libbridge/Makefile.in
@@ -5,7 +5,7 @@
RANLIB=@RANLIB@
CC=@CC@
-CFLAGS = -Wall -g $(KERNEL_HEADERS)
+CFLAGS = -Wall -g @CFLAGS@ $(KERNEL_HEADERS)
prefix=@prefix@
exec_prefix=@exec_prefix@