aboutsummaryrefslogtreecommitdiffstats
path: root/package/bridge/patches/01-patch-libbridge_makefile_in
diff options
context:
space:
mode:
authorTim Yardley <lst@openwrt.org>2007-03-05 01:38:44 +0000
committerTim Yardley <lst@openwrt.org>2007-03-05 01:38:44 +0000
commitccfa4a7af6c49dd72a541f25568e1ab561002aa7 (patch)
tree2c8745bf81de6241ca198fe4883e26cffde146ba /package/bridge/patches/01-patch-libbridge_makefile_in
parent44a2fd050c2c95f342ccca8bcdcb3d05f4ac1042 (diff)
downloadupstream-ccfa4a7af6c49dd72a541f25568e1ab561002aa7.tar.gz
upstream-ccfa4a7af6c49dd72a541f25568e1ab561002aa7.tar.bz2
upstream-ccfa4a7af6c49dd72a541f25568e1ab561002aa7.zip
trunk.. same deal as changeset:6526
SVN-Revision: 6527
Diffstat (limited to 'package/bridge/patches/01-patch-libbridge_makefile_in')
-rw-r--r--package/bridge/patches/01-patch-libbridge_makefile_in11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/bridge/patches/01-patch-libbridge_makefile_in b/package/bridge/patches/01-patch-libbridge_makefile_in
deleted file mode 100644
index f44737750b..0000000000
--- a/package/bridge/patches/01-patch-libbridge_makefile_in
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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@