mirror of https://github.com/xqemu/xqemu.git
configure: Link QEMU against 'liburcu-bp'
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>
This commit is contained in:
parent
a92433afcc
commit
94b4fefae6
|
@ -2672,7 +2672,7 @@ if test "$trace_backend" = "ust"; then
|
||||||
int main(void) { return 0; }
|
int main(void) { return 0; }
|
||||||
EOF
|
EOF
|
||||||
if compile_prog "" "" ; then
|
if compile_prog "" "" ; then
|
||||||
LIBS="-lust $LIBS"
|
LIBS="-lust -lurcu-bp $LIBS"
|
||||||
else
|
else
|
||||||
echo
|
echo
|
||||||
echo "Error: Trace backend 'ust' missing libust header files"
|
echo "Error: Trace backend 'ust' missing libust header files"
|
||||||
|
|
Loading…
Reference in New Issue