From: Roman Zippel <zippel@linux-m68k.org>
To: jm@poure.com, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Qemu CVS under Debian SID / Missing lgpm library
Date: Thu, 29 Apr 2004 20:34:59 +0200 [thread overview]
Message-ID: <40914AD3.6090707@linux-m68k.org> (raw)
In-Reply-To: <200404291105.31188.jm@poure.com>
[-- Attachment #1: Type: text/plain, Size: 286 bytes --]
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
[-- Attachment #2: qemu.configure.diff --]
[-- Type: text/x-patch, Size: 664 bytes --]
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
prev parent reply other threads:[~2004-04-29 19:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-29 9:05 [Qemu-devel] Qemu CVS under Debian SID / Missing lgpm library Jean-Michel POURE
2004-04-29 12:48 ` [Qemu-devel] keyboard under VNC Joe Batt
2004-04-29 19:26 ` Fabrice Bellard
2004-04-29 18:34 ` Roman Zippel [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=40914AD3.6090707@linux-m68k.org \
--to=zippel@linux-m68k.org \
--cc=jm@poure.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.