summaryrefslogtreecommitdiffstats
path: root/package/bridge-utils/patches/001-libbridge_cflags.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2008-08-20 13:58:09 +0000
committerImre Kaloz <kaloz@openwrt.org>2008-08-20 13:58:09 +0000
commite3d9bc5779a012df82e2c48af3bef81bb011257a (patch)
tree8632048f90580e03ad672a2bbe48ff93d9e30ef5 /package/bridge-utils/patches/001-libbridge_cflags.patch
parent97ebf002920e1c9489cb97d5ac32bff603278a7f (diff)
downloadmaster-31e0f0ae-e3d9bc5779a012df82e2c48af3bef81bb011257a.tar.gz
master-31e0f0ae-e3d9bc5779a012df82e2c48af3bef81bb011257a.tar.bz2
master-31e0f0ae-e3d9bc5779a012df82e2c48af3bef81bb011257a.zip
rename patch
SVN-Revision: 12347
Diffstat (limited to 'package/bridge-utils/patches/001-libbridge_cflags.patch')
-rw-r--r--package/bridge-utils/patches/001-libbridge_cflags.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/bridge-utils/patches/001-libbridge_cflags.patch b/package/bridge-utils/patches/001-libbridge_cflags.patch
new file mode 100644
index 0000000000..cfd5cf7858
--- /dev/null
+++ b/package/bridge-utils/patches/001-libbridge_cflags.patch
@@ -0,0 +1,11 @@
+--- 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@