summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-04-05 14:11:36 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2016-04-05 14:11:36 +0200
commiteb088977fab5626ab46f1fa64cff298e54cd7675 (patch)
tree745202bef9e4af291953f9383481eb5f52b558c2 /package
parent24135ba4d3a4fb388de18e8652beee0d680c8555 (diff)
remove Werror
Diffstat (limited to 'package')
-rw-r--r--package/device-tree-compiler/patches/patch-Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/device-tree-compiler/patches/patch-Makefile b/package/device-tree-compiler/patches/patch-Makefile
new file mode 100644
index 000000000..a07d3e953
--- /dev/null
+++ b/package/device-tree-compiler/patches/patch-Makefile
@@ -0,0 +1,11 @@
+--- device-tree-compiler-b06e55c88b9b922ff7e25cd62a4709b65524f0fc.orig/Makefile 2016-04-05 12:08:43.000000000 +0200
++++ device-tree-compiler-b06e55c88b9b922ff7e25cd62a4709b65524f0fc/Makefile 2016-04-05 12:52:14.756802700 +0200
+@@ -18,7 +18,7 @@ CONFIG_LOCALVERSION =
+ CPPFLAGS = -I libfdt -I .
+ WARNINGS = -Wall -Wpointer-arith -Wcast-qual -Wnested-externs \
+ -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wshadow
+-CFLAGS = -g -Os -fPIC -Werror $(WARNINGS)
++CFLAGS = -g -Os -fPIC $(WARNINGS)
+
+ BISON = bison
+ LEX = flex