aboutsummaryrefslogtreecommitdiffstats
path: root/package/bridge/patches/patch-libbridge_Makefile_in
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-01-11 17:28:16 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-01-11 17:28:16 +0000
commitd56c450351461474693fe2f0998c3d250ec2955d (patch)
tree1ab826b4c021d5e93a7a8fb333a2d9ef878ba770 /package/bridge/patches/patch-libbridge_Makefile_in
parent27ab95a0fed33b492c6d18943d19907988a78de5 (diff)
downloadmaster-187ad058-d56c450351461474693fe2f0998c3d250ec2955d.tar.gz
master-187ad058-d56c450351461474693fe2f0998c3d250ec2955d.tar.bz2
master-187ad058-d56c450351461474693fe2f0998c3d250ec2955d.zip
Rename patches to match conventions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6080 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/bridge/patches/patch-libbridge_Makefile_in')
-rw-r--r--package/bridge/patches/patch-libbridge_Makefile_in11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/bridge/patches/patch-libbridge_Makefile_in b/package/bridge/patches/patch-libbridge_Makefile_in
deleted file mode 100644
index f44737750b..0000000000
--- a/package/bridge/patches/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@