mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-21 13:42:32 +02:00
we need librt. also add pciutils-dev for pci passthough support and only build stubdom non-parallell.
12 lines
216 B
Diff
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
|