packages: qemu/qemu.spec - workaround for conflict with alsa/error.h

gzohop gzohop at pld-linux.org
Thu Oct 20 23:36:46 CEST 2011


Author: gzohop                       Date: Thu Oct 20 21:36:46 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
 - workaround for conflict with alsa/error.h

---- Files affected:
packages/qemu:
   qemu.spec (1.183 -> 1.184) 

---- Diffs:

================================================================
Index: packages/qemu/qemu.spec
diff -u packages/qemu/qemu.spec:1.183 packages/qemu/qemu.spec:1.184
--- packages/qemu/qemu.spec:1.183	Thu Oct 20 19:32:03 2011
+++ packages/qemu/qemu.spec	Thu Oct 20 23:36:41 2011
@@ -104,6 +104,9 @@
 %{__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
@@ -150,6 +153,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.184  2011/10/20 21:36:41  gzohop
+ - workaround for conflict with alsa/error.h
+
 Revision 1.183  2011/10/20 17:32:03  gzohop
  up to 0.15.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/qemu/qemu.spec?r1=1.183&r2=1.184&f=u



More information about the pld-cvs-commit mailing list