* [Qemu-devel] [PATCH] configure: Fix "configure: usbredir fixes" to not break softmmu builds
@ 2012-09-13 7:31 Hans de Goede
2012-09-13 7:52 ` Gerd Hoffmann
0 siblings, 1 reply; 2+ messages in thread
From: Hans de Goede @ 2012-09-13 7:31 UTC (permalink / raw)
To: Gerd Hoffmann; +Cc: Hans de Goede, qemu-devel, Aurelien Jarno
Feel free to merge this into the original commit at that is not upstream
yet.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
CC: Aurelien Jarno <aurelien@aurel32.net>
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 1854b0b..d63530a 100755
--- a/configure
+++ b/configure
@@ -2770,7 +2770,7 @@ if test "$usb_redir" != "no" ; then
usb_redir_cflags=$($pkg_config --cflags libusbredirparser 2>/dev/null)
usb_redir_libs=$($pkg_config --libs libusbredirparser 2>/dev/null)
QEMU_CFLAGS="$QEMU_CFLAGS $usb_redir_cflags"
- libs_softmmu="$LIBS $usb_redir_libs"
+ libs_softmmu="$libs_softmmu $usb_redir_libs"
else
if test "$usb_redir" = "yes"; then
feature_not_found "usb-redir"
--
1.7.12
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH] configure: Fix "configure: usbredir fixes" to not break softmmu builds
2012-09-13 7:31 [Qemu-devel] [PATCH] configure: Fix "configure: usbredir fixes" to not break softmmu builds Hans de Goede
@ 2012-09-13 7:52 ` Gerd Hoffmann
0 siblings, 0 replies; 2+ messages in thread
From: Gerd Hoffmann @ 2012-09-13 7:52 UTC (permalink / raw)
To: Hans de Goede; +Cc: qemu-devel, Aurelien Jarno
On 09/13/12 09:31, Hans de Goede wrote:
> - libs_softmmu="$LIBS $usb_redir_libs"
> + libs_softmmu="$libs_softmmu $usb_redir_libs"
Good point ;)
Fix squashed in.
thanks,
Gerd
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-09-13 7:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-13 7:31 [Qemu-devel] [PATCH] configure: Fix "configure: usbredir fixes" to not break softmmu builds Hans de Goede
2012-09-13 7:52 ` Gerd Hoffmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).