logrotate: enable selinux support
[buildroot-gz.git] / package / xen / 0003-tools-libxl-Disable-strict-Werror-checking.patch
blob80c0b3225eb58cd9aacbaabb21e609326184d41a
1 From 19f1e70041044fde1542109a0525424cc6d5d053 Mon Sep 17 00:00:00 2001
2 From: Alistair Francis <alistair.francis@xilinx.com>
3 Date: Wed, 7 Dec 2016 11:35:10 -0800
4 Subject: [PATCH] tools/libxl: Disable strict Werror checking
6 Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
7 ---
8 tools/libxl/Makefile | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
11 diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile
12 index defeb40..239faf3 100644
13 --- a/tools/libxl/Makefile
14 +++ b/tools/libxl/Makefile
15 @@ -11,7 +11,7 @@ MINOR = 0
16 XLUMAJOR = 4.7
17 XLUMINOR = 0
19 -CFLAGS += -Werror -Wno-format-zero-length -Wmissing-declarations \
20 +CFLAGS += -Wno-format-zero-length -Wmissing-declarations \
21 -Wno-declaration-after-statement -Wformat-nonliteral
22 CFLAGS += -I. -fPIC
24 --
25 2.7.4