projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
cfd5cf78580e1a59bd3e062d8c5d216cb6cccfe0
[openwrt.git]
/
package
/
bridge-utils
/
patches
/
001-patch-libbridge_makefile_in
1
--- a/libbridge/Makefile.in
2
+++ b/libbridge/Makefile.in
3
@@ -5,7 +5,7 @@
4
RANLIB=@RANLIB@
5
6
CC=@CC@
7
-CFLAGS = -Wall -g $(KERNEL_HEADERS)
8
+CFLAGS = -Wall -g @CFLAGS@ $(KERNEL_HEADERS)
9
10
prefix=@prefix@
11
exec_prefix=@exec_prefix@
This page took
0.042897 seconds
and
3
git commands to generate.