summaryrefslogtreecommitdiffstats
path: root/package/bridge-utils/patches/001-patch-libbridge_makefile_in
diff options
context:
space:
mode:
Diffstat (limited to 'package/bridge-utils/patches/001-patch-libbridge_makefile_in')
-rw-r--r--package/bridge-utils/patches/001-patch-libbridge_makefile_in13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/bridge-utils/patches/001-patch-libbridge_makefile_in b/package/bridge-utils/patches/001-patch-libbridge_makefile_in
new file mode 100644
index 000000000..5d211284a
--- /dev/null
+++ b/package/bridge-utils/patches/001-patch-libbridge_makefile_in
@@ -0,0 +1,13 @@
+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@