qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Lluís Vilanova" <vilanova@ac.upc.edu>
To: qemu-devel@nongnu.org
Cc: stefanha@gmail.com, harsh@linux.vnet.ibm.com
Subject: [Qemu-devel] [PATCH 2/3] configure: Link QEMU against 'liburcu-bp'
Date: Mon,  2 Apr 2012 14:49:44 +0200	[thread overview]
Message-ID: <20120402124943.4846.20579.stgit@ginnungagap.bsc.es> (raw)
In-Reply-To: <20120402124931.4846.19978.stgit@ginnungagap.bsc.es>

This library is needed when using 'ust/tracepoint.h'.

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

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

  parent reply	other threads:[~2012-04-02 12:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-02 12:49 [Qemu-devel] [PATCH 0/3] [trivial] Fix linking when using UST tracing Lluís Vilanova
2012-04-02 12:49 ` [Qemu-devel] [PATCH 1/3] configure: Fix typo 'lib_qga' -> 'libs_qga' Lluís Vilanova
2012-04-03  8:37   ` Stefan Hajnoczi
2012-04-02 12:49 ` Lluís Vilanova [this message]
2012-04-03  8:46   ` [Qemu-devel] [PATCH 2/3] configure: Link QEMU against 'liburcu-bp' Stefan Hajnoczi
2012-04-02 12:49 ` [Qemu-devel] [PATCH 3/3] configure: Link qga against UST tracing related libraries Lluís Vilanova
2012-04-03  8:50   ` Stefan Hajnoczi

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=20120402124943.4846.20579.stgit@ginnungagap.bsc.es \
    --to=vilanova@ac.upc.edu \
    --cc=harsh@linux.vnet.ibm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@gmail.com \
    /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 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).