aboutsummaryrefslogtreecommitdiffstats
path: root/package/bridge/patches
diff options
context:
space:
mode:
Diffstat (limited to 'package/bridge/patches')
-rw-r--r--package/bridge/patches/001-patch-libbridge_makefile_in13
1 files changed, 0 insertions, 13 deletions
diff --git a/package/bridge/patches/001-patch-libbridge_makefile_in b/package/bridge/patches/001-patch-libbridge_makefile_in
deleted file mode 100644
index 5d211284a2..0000000000
--- a/package/bridge/patches/001-patch-libbridge_makefile_in
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: bridge-utils-1.0.6/libbridge/Makefile.in
-===================================================================
---- bridge-utils-1.0.6.orig/libbridge/Makefile.in 2007-06-04 13:21:26.951879360 +0200
-+++ bridge-utils-1.0.6/libbridge/Makefile.in 2007-06-04 13:21:27.019869024 +0200
-@@ -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@