summaryrefslogtreecommitdiff
path: root/openwrt/package/bridge/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-02-19 07:36:55 +0000
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-02-19 07:36:55 +0000
commit9616c3fcf4ad77718e88c1e46ae9ca552491f9e9 (patch)
treee80ecb58cc44a5fed24135b1cc14f3b729a4136f /openwrt/package/bridge/patches
parent2a951dfeeb558ec6a9f67e9a6bcca0c1b266fc8f (diff)
downloadmtk-20170518-9616c3fcf4ad77718e88c1e46ae9ca552491f9e9.zip
mtk-20170518-9616c3fcf4ad77718e88c1e46ae9ca552491f9e9.tar.gz
mtk-20170518-9616c3fcf4ad77718e88c1e46ae9ca552491f9e9.tar.bz2
sync with buildroot2 from uclibc, separate ptches in subdir
SVN-Revision: 261
Diffstat (limited to 'openwrt/package/bridge/patches')
-rw-r--r--openwrt/package/bridge/patches/patch-libbridge_Makefile_in11
1 files changed, 11 insertions, 0 deletions
diff --git a/openwrt/package/bridge/patches/patch-libbridge_Makefile_in b/openwrt/package/bridge/patches/patch-libbridge_Makefile_in
new file mode 100644
index 0000000..f447377
--- /dev/null
+++ b/openwrt/package/bridge/patches/patch-libbridge_Makefile_in
@@ -0,0 +1,11 @@
+--- bridge-utils-0.9.6/libbridge/Makefile.in.dist 2004-03-01 20:55:52.000000000 -0600
++++ bridge-utils-0.9.6/libbridge/Makefile.in 2004-03-01 20:56:23.000000000 -0600
+@@ -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@