packages: xen/xen-gcc.patch - xentop gcc 4.6 fix (disable -Werror)

marcus marcus at pld-linux.org
Sun Oct 23 21:11:51 CEST 2011


Author: marcus                       Date: Sun Oct 23 19:11:51 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- xentop gcc 4.6 fix (disable -Werror)

---- Files affected:
packages/xen:
   xen-gcc.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/xen/xen-gcc.patch
diff -u packages/xen/xen-gcc.patch:1.2 packages/xen/xen-gcc.patch:1.3
--- packages/xen/xen-gcc.patch:1.2	Thu Dec 27 11:53:49 2007
+++ packages/xen/xen-gcc.patch	Sun Oct 23 21:11:46 2011
@@ -40,3 +40,15 @@
      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)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xen/xen-gcc.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list