diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2011-02-21 11:53:24 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2011-02-21 11:53:24 +0000 |
commit | 2b79913c8e7d0a8fec830afd488674ddd044371b (patch) | |
tree | 96b3cf265de8ebb13884d3bd97100145a9e13b97 /testing/xen/xen-disable-werror.patch | |
parent | 57b2d07c06af589eeeff448b4e20b08c9112c7b7 (diff) | |
parent | f7d54450fdcb340c31348b2ec588c1c60b95b1d0 (diff) | |
download | aports-2b79913c8e7d0a8fec830afd488674ddd044371b.tar.bz2 aports-2b79913c8e7d0a8fec830afd488674ddd044371b.tar.xz |
Merge branch 'master' of git://git.alpinelinux.org/aports
Diffstat (limited to 'testing/xen/xen-disable-werror.patch')
-rw-r--r-- | testing/xen/xen-disable-werror.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/testing/xen/xen-disable-werror.patch b/testing/xen/xen-disable-werror.patch deleted file mode 100644 index c2c5512457..0000000000 --- a/testing/xen/xen-disable-werror.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- xen-4.0.1/Config.mk -+++ xen-4.0.1.mod/Config.mk -@@ -14,7 +14,7 @@ - - # Tools to run on system hosting the build - HOSTCC = gcc --HOSTCFLAGS = -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer -+HOSTCFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer - HOSTCFLAGS += -fno-strict-aliasing - - DISTDIR ?= $(XEN_ROOT)/dist ---- xen-4.0.1/extras/mini-os/minios.mk -+++ xen-4.0.1.mod/extras/mini-os/minios.mk -@@ -6,7 +6,7 @@ - - # Define some default flags. - # NB. '-Wcast-qual' is nasty, so I omitted it. --DEF_CFLAGS += -fno-builtin -Wall -Werror -Wredundant-decls -Wno-format -Wno-redundant-decls -+DEF_CFLAGS += -fno-builtin -Wall -Wredundant-decls -Wno-format -Wno-redundant-decls - DEF_CFLAGS += $(call cc-option,$(CC),-fno-stack-protector,) - DEF_CFLAGS += $(call cc-option,$(CC),-fgnu89-inline) - DEF_CFLAGS += -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline ---- xen-4.0.1/tools/libxc/Makefile -+++ xen-4.0.1.mod/tools/libxc/Makefile -@@ -57,7 +57,7 @@ - - -include $(XEN_TARGET_ARCH)/Makefile - --CFLAGS += -Werror -Wmissing-prototypes -+CFLAGS += -Wmissing-prototypes - CFLAGS += $(INCLUDES) -I. -I../xenstore -I../include - - # Needed for posix_fadvise64() in xc_linux.c |