diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-12 10:44:07 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-12 10:50:12 +0000 |
commit | 97935b308484879fd7117fcaf46cffa84552caaf (patch) | |
tree | e593c3271f81f72eb3f2f801a13fd4852e60e63a /main/xen/librt.patch | |
parent | cd46eba6f617f9d99d6485c14d2375fb4bdd68ca (diff) | |
download | aports-97935b308484879fd7117fcaf46cffa84552caaf.tar.bz2 aports-97935b308484879fd7117fcaf46cffa84552caaf.tar.xz |
main/xen: upgrade to 4.1.2
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 000000000..cbb52071a --- /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 |