]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - xen/patches/10-xen-no-werror.patch
Merge remote-tracking branch 'arne_f/autoconf'
[people/arne_f/ipfire-3.x.git] / xen / patches / 10-xen-no-werror.patch
1 diff -up xen-3.4.0/tools/libxc/Makefile.werror xen-3.4.0/tools/libxc/Makefile
2 --- xen-3.4.0/tools/libxc/Makefile.werror 2009-08-05 13:40:32.000000000 +0200
3 +++ xen-3.4.0/tools/libxc/Makefile 2009-08-05 13:40:52.000000000 +0200
4 @@ -52,7 +52,7 @@ GUEST_SRCS-$(CONFIG_IA64) += xc_dom_i
5
6 -include $(XEN_TARGET_ARCH)/Makefile
7
8 -CFLAGS += -Werror -Wmissing-prototypes
9 +CFLAGS += -Wmissing-prototypes
10 CFLAGS += $(INCLUDES) -I. -I../xenstore -I../include
11
12 # Needed for posix_fadvise64() in xc_linux.c