diff options
Diffstat (limited to 'main/xen/librt.patch')
-rw-r--r-- | main/xen/librt.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/xen/librt.patch b/main/xen/librt.patch new file mode 100644 index 0000000000..cbb52071a5 --- /dev/null +++ b/main/xen/librt.patch @@ -0,0 +1,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 |