aboutsummaryrefslogtreecommitdiffstats
path: root/package/bridge-utils/patches/001-patch-libbridge_makefile_in
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-patch-libbridge_makefile_in
parent97ebf002920e1c9489cb97d5ac32bff603278a7f (diff)
downloadupstream-e3d9bc5779a012df82e2c48af3bef81bb011257a.tar.gz
upstream-e3d9bc5779a012df82e2c48af3bef81bb011257a.tar.bz2
upstream-e3d9bc5779a012df82e2c48af3bef81bb011257a.zip
rename patch
SVN-Revision: 12347
Diffstat (limited to 'package/bridge-utils/patches/001-patch-libbridge_makefile_in')
-rw-r--r--package/bridge-utils/patches/001-patch-libbridge_makefile_in11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/bridge-utils/patches/001-patch-libbridge_makefile_in b/package/bridge-utils/patches/001-patch-libbridge_makefile_in
deleted file mode 100644
index cfd5cf7858..0000000000
--- a/package/bridge-utils/patches/001-patch-libbridge_makefile_in
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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@