diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-13 12:23:35 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-13 12:23:35 +0200 |
commit | 9d6bea2babdf88563c1c80347e95935eb206d009 (patch) | |
tree | f88c4ac8dfd7d1ddee50aa4ad962e3b94b4d94fc /package/dtc/patches/patch-Makefile | |
parent | 7f1d50648a25abd3066c4b3a4c68964242ec02db (diff) |
rename package and use github release
Diffstat (limited to 'package/dtc/patches/patch-Makefile')
-rw-r--r-- | package/dtc/patches/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/dtc/patches/patch-Makefile b/package/dtc/patches/patch-Makefile new file mode 100644 index 000000000..a07d3e953 --- /dev/null +++ b/package/dtc/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 |