1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-20 19:14:36 +03:00
openwrt-xburst/package/bridge-utils/patches/001-libbridge_cflags.patch

12 lines
235 B
Diff
Raw Normal View History

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