From: Grzesiek Pycia Date: Thu, 20 Oct 2011 21:36:41 +0000 (+0000) Subject: - workaround for conflict with alsa/error.h X-Git-Tag: auto/th/qemu-0_15_1-1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?p=packages%2Fqemu.git;a=commitdiff_plain;h=bd30ad73ea36da992bf5d4d07088f4763687fa11 - workaround for conflict with alsa/error.h Changed files: qemu.spec -> 1.184 --- diff --git a/qemu.spec b/qemu.spec index a23524d..257e4da 100644 --- a/qemu.spec +++ b/qemu.spec @@ -103,6 +103,9 @@ aby działał na kolejnych procesorach. QEMU ma dwa tryby pracy: %{__sed} -i 's/-g $CFLAGS/-Wall -fno-var-tracking-assignments/' configure %endif +# workaround for conflict with alsa/error.h +ln -s ../error.h qapi/error.h + %build # --extra-cflags don't work (overridden by CFLAGS in Makefile*) # they can be passed if the cflags_passing bcond is used