From bd30ad73ea36da992bf5d4d07088f4763687fa11 Mon Sep 17 00:00:00 2001 From: Grzesiek Pycia Date: Thu, 20 Oct 2011 21:36:41 +0000 Subject: [PATCH] - workaround for conflict with alsa/error.h Changed files: qemu.spec -> 1.184 --- qemu.spec | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.43.0