aports/testing/xen/librt.patch
Natanael Copa e63d0a0f87 testing/xen: build fix
we need librt.

also add pciutils-dev for pci passthough support and only build
stubdom non-parallell.
2012-01-12 20:39:35 +00:00

12 lines
216 B
Diff

--- ./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