mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
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
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue