summaryrefslogtreecommitdiffstats
path: root/package/bridge/patches/01-patch-libbridge_makefile_in
diff options
context:
space:
mode:
authorpavlov <pavlov@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-05 01:38:44 +0000
committerpavlov <pavlov@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-05 01:38:44 +0000
commit151238116d88b6bcb983175367754c905a4953f6 (patch)
treec4ccc8a7f94e359e9bc13cc9908e6a8df9d59041 /package/bridge/patches/01-patch-libbridge_makefile_in
parent40ce417a28ded37094c173f45b27b4f7c3f5c22f (diff)
trunk.. same deal as changeset:6526
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6527 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 f44737750..000000000
--- 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@