summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/files/0001-xen-build-temporarily-inhibit-Werror.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/xen/files/0001-xen-build-temporarily-inhibit-Werror.patch')
-rw-r--r--recipes-extended/xen/files/0001-xen-build-temporarily-inhibit-Werror.patch18
1 files changed, 16 insertions, 2 deletions
diff --git a/recipes-extended/xen/files/0001-xen-build-temporarily-inhibit-Werror.patch b/recipes-extended/xen/files/0001-xen-build-temporarily-inhibit-Werror.patch
index 0f075553..6e43a4ff 100644
--- a/recipes-extended/xen/files/0001-xen-build-temporarily-inhibit-Werror.patch
+++ b/recipes-extended/xen/files/0001-xen-build-temporarily-inhibit-Werror.patch
@@ -4,6 +4,8 @@ Date: Thu, 18 Jun 2020 09:05:22 -0400
4Subject: [PATCH] xen/build: temporarily inhibit Werror 4Subject: [PATCH] xen/build: temporarily inhibit Werror
5 5
6Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> 6Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
7Rebased on Xen 4.13:
8Signed-off-by: Christopher Clark <christopher.w.clark@gmail.com>
7--- 9---
8 tools/libxl/Makefile | 2 +- 10 tools/libxl/Makefile | 2 +-
9 xen/Rules.mk | 2 +- 11 xen/Rules.mk | 2 +-
@@ -13,8 +15,8 @@ diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile
13index 6da342ed61..c67560e269 100644 15index 6da342ed61..c67560e269 100644
14--- a/tools/libxl/Makefile 16--- a/tools/libxl/Makefile
15+++ b/tools/libxl/Makefile 17+++ b/tools/libxl/Makefile
16@@ -11,7 +11,7 @@ MINOR = 0 18@@ -14,7 +14,7 @@ MINOR = 0
17 XLUMAJOR = 4.12 19 XLUMAJOR = 4.13
18 XLUMINOR = 0 20 XLUMINOR = 0
19 21
20-CFLAGS += -Werror -Wno-format-zero-length -Wmissing-declarations \ 22-CFLAGS += -Werror -Wno-format-zero-length -Wmissing-declarations \
@@ -38,3 +40,15 @@ index a151b3f625..a05ceec1e5 100644
38-- 40--
392.19.1 412.19.1
40 42
43diff --git a/tools/debugger/kdd/Makefile b/tools/debugger/kdd/Makefile
44index 26116949d4..a72ad3b1e0 100644
45--- a/tools/debugger/kdd/Makefile
46+++ b/tools/debugger/kdd/Makefile
47@@ -1,7 +1,6 @@
48 XEN_ROOT = $(CURDIR)/../../..
49 include $(XEN_ROOT)/tools/Rules.mk
50
51-CFLAGS += -Werror
52 CFLAGS += $(CFLAGS_libxenctrl)
53 CFLAGS += -DXC_WANT_COMPAT_MAP_FOREIGN_API
54 LDLIBS += $(LDLIBS_libxenctrl)