]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - xen/patches/10-xen-no-werror.patch
gnome-themes-standard: Update to 3.11.5.
[people/ms/ipfire-3.x.git] / xen / patches / 10-xen-no-werror.patch
CommitLineData
75d56118
MT
1diff -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