qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
To: Anthony Liguori <aliguori@us.ibm.com>
Cc: "Harsh Prateek Bora" <harsh@linux.vnet.ibm.com>,
	qemu-devel@nongnu.org,
	"Stefan Hajnoczi" <stefanha@linux.vnet.ibm.com>,
	"Lluís Vilanova" <vilanova@ac.upc.edu>
Subject: [Qemu-devel] [PATCH 6/8] configure: Link QEMU against 'liburcu-bp'
Date: Tue,  3 Apr 2012 11:42:45 +0100	[thread overview]
Message-ID: <1333449767-16410-7-git-send-email-stefanha@linux.vnet.ibm.com> (raw)
In-Reply-To: <1333449767-16410-1-git-send-email-stefanha@linux.vnet.ibm.com>

From: Lluís Vilanova <vilanova@ac.upc.edu>

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>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
---
 configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index c0a542b..319355b 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"
-- 
1.7.9.1

  parent reply	other threads:[~2012-04-03 10:43 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-03 10:42 [Qemu-devel] [PULL 0/8] Trivial patches for 27 March to 3 April 2012 Stefan Hajnoczi
2012-04-03 10:42 ` [Qemu-devel] [PATCH 1/8] configure: fix mingw32 libs_qga typo Stefan Hajnoczi
2012-04-03 10:42 ` [Qemu-devel] [PATCH 2/8] w32: Undefine error constants before their redefinition Stefan Hajnoczi
2012-04-03 10:42 ` [Qemu-devel] [PATCH 3/8] qtest: Add missing GCC_FMT_ATTR Stefan Hajnoczi
2012-04-03 10:42 ` [Qemu-devel] [PATCH 4/8] block/curl: Replace usleep by g_usleep Stefan Hajnoczi
2012-04-03 10:42 ` [Qemu-devel] [PATCH 5/8] main-loop: make qemu_event_handle static Stefan Hajnoczi
2012-04-03 10:42 ` Stefan Hajnoczi [this message]
2012-04-03 10:42 ` [Qemu-devel] [PATCH 7/8] configure: Link qga against UST tracing related libraries Stefan Hajnoczi
2012-04-03 10:42 ` [Qemu-devel] [PATCH 8/8] make: fix clean rule by removing build file in qom/ 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=1333449767-16410-7-git-send-email-stefanha@linux.vnet.ibm.com \
    --to=stefanha@linux.vnet.ibm.com \
    --cc=aliguori@us.ibm.com \
    --cc=harsh@linux.vnet.ibm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=vilanova@ac.upc.edu \
    /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).