projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ubsec: Fix bus disable ordering and fix probe error path.
[openwrt.git]
/
package
/
bridge-utils
/
patches
/
001-libbridge_cflags.patch
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.040747 seconds
and
5
git commands to generate.