]> git.pld-linux.org Git - packages/xen.git/blobdiff - xen-gcc.patch
- xentop gcc 4.6 fix (disable -Werror)
[packages/xen.git] / xen-gcc.patch
index d3a8c71a49bc88e9c754d4c14ece4755aab5203f..70d4b2cd0a5bce463a8e95e8aec51915ec850d29 100644 (file)
      int i;
  
      for (i = 0; i < NR_FORMAT_TYPE; i++) {
+diff -uNr xen-3.4.3.old/tools/xenstat/xentop/Makefile xen-3.4.3/tools/xenstat/xentop/Makefile
+--- xen-3.4.3.old/tools/xenstat/xentop/Makefile        2010-06-03 19:42:38.000000000 +0200
++++ xen-3.4.3/tools/xenstat/xentop/Makefile    2011-10-23 21:06:28.194802016 +0200
+@@ -18,7 +18,7 @@
+ all install xentop:
+ else
+-CFLAGS += -DGCC_PRINTF -Wall -Werror -I$(XEN_LIBXENSTAT)
++CFLAGS += -DGCC_PRINTF -Wall -I$(XEN_LIBXENSTAT)
+ LDFLAGS += -L$(XEN_LIBXENSTAT)
+ LDLIBS += -lxenstat $(CURSES_LIBS) $(SOCKET_LIBS)
+ CFLAGS += -DHOST_$(XEN_OS)
This page took 0.031 seconds and 4 git commands to generate.