All of lore.kernel.org
 help / color / mirror / Atom feed
* Problems building qemu-xen-dir tools
@ 2012-09-18 14:28 Steven Haigh
  2012-09-18 14:35 ` Olaf Hering
  0 siblings, 1 reply; 5+ messages in thread
From: Steven Haigh @ 2012-09-18 14:28 UTC (permalink / raw)
  To: xen-devel

Hi all,

I've noticed I have had to apply the following patch to get tools to 
compile properly under an EL6 environment:

--- xen-4.2.0.orig/tools/Makefile       2012-09-17 20:21:18.000000000 +1000
+++ xen-4.2.0/tools/Makefile   2012-09-18 18:55:09.989148544 +1000
@@ -187,6 +187,7 @@ subdir-all-qemu-xen-dir: qemu-xen-dir-fi
      source=.; \
     fi; \
     cd qemu-xen-dir; \
+   env -u CFLAGS \
     $$source/configure --enable-xen --target-list=i386-softmmu \
      --source-path=$$source \
      --extra-cflags="-I$(XEN_ROOT)/tools/include \

Without this, the build fails due to incompatible CFLAGS.

-- 
Steven Haigh

Email: netwiz@crc.id.au
Web: http://www.crc.id.au
Phone: (03) 9001 6090 - 0412 935 897
Fax: (03) 8338 0299

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-09-18 23:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-18 14:28 Problems building qemu-xen-dir tools Steven Haigh
2012-09-18 14:35 ` Olaf Hering
2012-09-18 18:48   ` M A Young
2012-09-18 21:56     ` Olaf Hering
2012-09-18 23:34       ` M A Young

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.