diff mbox

[3/3] configure: Link qga against UST tracing related libraries

Message ID 20120402124949.4846.70873.stgit@ginnungagap.bsc.es
State New
Headers show

Commit Message

Lluís Vilanova April 2, 2012, 12:49 p.m. UTC
Signed-off-by: Harsh Prateek Bora <harsh@linux.vnet.ibm.com>
Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
---
 configure |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Stefan Hajnoczi April 3, 2012, 8:50 a.m. UTC | #1
On Mon, Apr 02, 2012 at 02:49:49PM +0200, Lluís Vilanova wrote:
> Signed-off-by: Harsh Prateek Bora <harsh@linux.vnet.ibm.com>
> Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
> ---
>  configure |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)

Thanks, applied to the trivial patches tree:
https://github.com/stefanha/qemu/commits/trivial-patches

It would be nice to clean up libs_qga in the future so that common
library lists can be reused instead of duplicating them in both LIBS and
libs_qga.  Anyway, thanks for this fix.

Stefan
diff mbox

Patch

diff --git a/configure b/configure
index 30591b0..e72f66f 100755
--- a/configure
+++ b/configure
@@ -2673,6 +2673,7 @@  int main(void) { return 0; }
 EOF
   if compile_prog "" "" ; then
     LIBS="-lust -lurcu-bp $LIBS"
+    libs_qga="-lust -lurcu-bp $libs_qga"
   else
     echo
     echo "Error: Trace backend 'ust' missing libust header files"