blob: cbb52071a5a35e72a12f63ff7da55bd5290c6995 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./tools/ioemu-qemu-xen/Makefile.target.orig
+++ ./tools/ioemu-qemu-xen/Makefile.target
@@ -520,7 +520,7 @@
OBJS+=block-raw-posix.o
endif
-LIBS+=-lz
+LIBS+=-lz -lrt
ifdef CONFIG_ALSA
LIBS += -lasound
endif
|