qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Qemu CVS under Debian SID / Missing lgpm library


From: Roman Zippel
Subject: Re: [Qemu-devel] Qemu CVS under Debian SID / Missing lgpm library
Date: Thu, 29 Apr 2004 20:34:59 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040413 Debian/1.6-5

Hi,

Jean-Michel POURE wrote:

Qemu CVS compilation fails under Debian SID because of a broken sdl-config. I opened a bug on the Debian tracking system today. But it may take some time and it would nice to think of a turnaround.

The attached patch fixes this here.

bye, Roman
Index: configure
===================================================================
RCS file: /cvsroot/qemu/qemu/configure,v
retrieving revision 1.34
diff -u -p -r1.34 configure
--- configure   22 Apr 2004 21:46:47 -0000      1.34
+++ configure   29 Apr 2004 18:31:17 -0000
@@ -220,7 +220,7 @@ aa="no"
 `$sdl_config --static-libs | grep \\\-laa > /dev/null` && aa="yes"
 sdl_static_libs=`$sdl_config --static-libs`
 if [ "$aa" = "yes" ] ; then
-  sdl_static_libs="$sdl_static_libs `aalib-config --libs`"
+  sdl_static_libs="$sdl_static_libs `aalib-config --static-libs`"
 fi
 
 if $cc -o $TMPE `$sdl_config --cflags 2> /dev/null` $TMPC $sdl_static_libs 2> 
/dev/null; then

reply via email to

[Prev in Thread] Current Thread [Next in Thread]