]> git.pld-linux.org Git - packages/xen.git/blame - xen-no_Werror.patch
- kickstart update to 4.13.1
[packages/xen.git] / xen-no_Werror.patch
CommitLineData
9178a513
JB
1--- xen-4.9.0/Config.mk.orig 2017-07-30 20:40:20.116246872 +0200
2+++ xen-4.9.0/Config.mk 2017-07-30 20:43:13.782911554 +0200
3@@ -29,7 +29,7 @@
4 SHELL ?= /bin/sh
55fc09d2
JK
5
6 # Tools to run on system hosting the build
55fc09d2
JK
7-HOSTCFLAGS = -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer
8+HOSTCFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
9 HOSTCFLAGS += -fno-strict-aliasing
10
11 DISTDIR ?= $(XEN_ROOT)/dist
0065b9ba
JR
12--- xen-4.4.1/tools/blktap2/drivers/Makefile~ 2014-09-02 08:20:19.000000000 +0200
13+++ xen-4.4.1/tools/blktap2/drivers/Makefile 2014-12-13 19:19:17.070688454 +0100
77aedf83 14@@ -4,7 +4,6 @@
0065b9ba
JR
15 LOCK_UTIL = lock-util
16 INST_DIR = $(sbindir)
77aedf83 17
0065b9ba
JR
18-CFLAGS += -Werror
19 CFLAGS += -Wno-unused
20 CFLAGS += -fno-strict-aliasing
21 CFLAGS += -I$(BLKTAP_ROOT)/include -I$(BLKTAP_ROOT)/drivers
This page took 0.069344 seconds and 4 git commands to generate.