summaryrefslogtreecommitdiff
path: root/package/bridge-utils/patches/patch-libbridge_Makefile_in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-07 16:55:29 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-07 16:55:29 +0100
commitf3bea317e2a6ec0c7a9d1e14c66b5a31f1fb8294 (patch)
tree41e94b1dd24f6e3491689d863409e51e605b40d4 /package/bridge-utils/patches/patch-libbridge_Makefile_in
parentb59da8fc7b46ee62cbe9eb97a05c8a0f1ab75593 (diff)
parent79be206de9335752c6355995961b69846c641410 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/bridge-utils/patches/patch-libbridge_Makefile_in')
-rw-r--r--package/bridge-utils/patches/patch-libbridge_Makefile_in16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/bridge-utils/patches/patch-libbridge_Makefile_in b/package/bridge-utils/patches/patch-libbridge_Makefile_in
new file mode 100644
index 000000000..b9b8e1aad
--- /dev/null
+++ b/package/bridge-utils/patches/patch-libbridge_Makefile_in
@@ -0,0 +1,16 @@
+--- bridge-utils-1.5.orig/libbridge/Makefile.in 2011-03-29 02:52:54.000000000 +0200
++++ bridge-utils-1.5/libbridge/Makefile.in 2013-11-03 15:05:14.000000000 +0100
+@@ -1,11 +1,11 @@
+
+ KERNEL_HEADERS=-I@KERNEL_HEADERS@
+
+-AR=ar
++AR=@AR@
+ RANLIB=@RANLIB@
+
+ CC=@CC@
+-CFLAGS = -Wall -g $(KERNEL_HEADERS)
++CFLAGS = -Wall @CFLAGS@ $(KERNEL_HEADERS)
+
+ prefix=@prefix@
+ exec_prefix=@exec_prefix@