From 6665de9d7734bc58963e2636c4d27d6d1fe670ee Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Sun, 15 May 2011 02:05:45 +0200 Subject: [PATCH] xen-tools: fixed build by removing -Werror --- base/xen-tools/xen-tools.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/base/xen-tools/xen-tools.conf b/base/xen-tools/xen-tools.conf index 1a870f320..8c05ed61e 100644 --- a/base/xen-tools/xen-tools.conf +++ b/base/xen-tools/xen-tools.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../xen-tools/xen-tools.conf -# Copyright (C) 2010 The OpenSDE Project +# Copyright (C) 2010 - 2011 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -14,3 +14,5 @@ # --- SDE-COPYRIGHT-NOTE-END --- custmain="make xen tools; make install-xen install-tools" + +var_append CC_WRAPPER_REMOVE " " "-Werror"