summaryrefslogtreecommitdiffstats
path: root/recipes-extended/kvmtool/files/0003-kvmtool-Werror-disabled.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/kvmtool/files/0003-kvmtool-Werror-disabled.patch')
-rw-r--r--recipes-extended/kvmtool/files/0003-kvmtool-Werror-disabled.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-extended/kvmtool/files/0003-kvmtool-Werror-disabled.patch b/recipes-extended/kvmtool/files/0003-kvmtool-Werror-disabled.patch
index 3ac3fecc..fbde7cd4 100644
--- a/recipes-extended/kvmtool/files/0003-kvmtool-Werror-disabled.patch
+++ b/recipes-extended/kvmtool/files/0003-kvmtool-Werror-disabled.patch
@@ -11,15 +11,15 @@ Upstream-Status: Inappropriate [embedded specific]
11 Makefile | 1 + 11 Makefile | 1 +
12 1 file changed, 1 insertion(+) 12 1 file changed, 1 insertion(+)
13 13
14diff --git a/Makefile b/Makefile 14Index: git/Makefile
15index 2ce753f..fe2e3cb 100644 15===================================================================
16--- a/Makefile 16--- git.orig/Makefile
17+++ b/Makefile 17+++ git/Makefile
18@@ -4,6 +4,7 @@ 18@@ -4,6 +4,7 @@
19 19
20 CFLAGS += $(EXTRA_CFLAGS) 20 CFLAGS += $(EXTRA_CFLAGS)
21 21
22+WERROR = 0 22+WERROR = 0
23 ifeq ($(strip $(V)),) 23 ifeq ($(strip $(V)),)
24 ifeq ($(findstring s,$(filter-out --%,$(MAKEFLAGS))),) 24 ifeq ($(findstring s,$(filter-out --%,$(firstword $(MAKEFLAGS)))),)
25 E = @echo 25 E = @echo