]> git.pld-linux.org Git - packages/xen.git/blob - xen-no_Werror.patch
299077c24d193c1b03e82ece8d7f79e5136d479a
[packages/xen.git] / xen-no_Werror.patch
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
5  
6  # Tools to run on system hosting the build
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
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
14 @@ -4,7 +4,6 @@
15  LOCK_UTIL  = lock-util
16  INST_DIR   = $(sbindir)
17  
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.024386 seconds and 2 git commands to generate.