[Qemu-devel] [PATCH] pixman: pass extra cflags and ldflags

2013-01-14 Thread Gerd Hoffmann
Store --extra-cflags and --extra-ldflags in config-host.mak, then pass them on to the pixman configure script. Cc: Scott Wood Signed-off-by: Gerd Hoffmann --- Makefile |2 +- configure |4 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0200

Re: [Qemu-devel] [PATCH] pixman: pass extra cflags and ldflags

2013-01-04 Thread Scott Wood
On 01/04/2013 03:18:08 AM, Gerd Hoffmann wrote: Store --extra-cflags and --extra-ldflags in config-host.mak, then pass them on to the pixman configure script. Cc: Scott Wood Signed-off-by: Gerd Hoffmann --- Makefile |2 +- configure |4 2 files changed, 5 insertions(+), 1 deleti

[Qemu-devel] [PATCH] pixman: pass extra cflags and ldflags

2013-01-04 Thread Gerd Hoffmann
Store --extra-cflags and --extra-ldflags in config-host.mak, then pass them on to the pixman configure script. Cc: Scott Wood Signed-off-by: Gerd Hoffmann --- Makefile |2 +- configure |4 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index a7a