]> git.pld-linux.org Git - packages/qemu.git/commitdiff
- workaround for conflict with alsa/error.h auto/th/qemu-0_15_1-1 auto/ti/qemu-0_15_1-1
authorGrzesiek Pycia <gzohop@pld-linux.org>
Thu, 20 Oct 2011 21:36:41 +0000 (21:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qemu.spec -> 1.184

qemu.spec

index a23524d54f8e41f6ca7fff871ad960c2e1bd9ec1..257e4dace14edaaafc6724a8cf538ff5e1035bef 100644 (file)
--- 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
 
 %{__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
 %build
 # --extra-cflags don't work (overridden by CFLAGS in Makefile*)
 # they can be passed if the cflags_passing bcond is used
This page took 0.097774 seconds and 4 git commands to generate.