diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-04-30 22:56:36 -0300 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-04-30 22:56:36 -0300 |
commit | bf73cdd8cfcf5ecaa491529b2cd7d173e65d5bdd (patch) | |
tree | db37a465615682fa895cddfbfdfef7f365050f52 /kernels/xen/qemu-makefile.patch | |
parent | e0a8d2cf984cf6deaaec78895751f9f169907643 (diff) | |
parent | ef3d62986a4e195452561d67ae4e650fea19f134 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'kernels/xen/qemu-makefile.patch')
-rw-r--r-- | kernels/xen/qemu-makefile.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/kernels/xen/qemu-makefile.patch b/kernels/xen/qemu-makefile.patch new file mode 100644 index 000000000..d66cf043f --- /dev/null +++ b/kernels/xen/qemu-makefile.patch @@ -0,0 +1,10 @@ +--- a/tools/qemu-xen/Makefile.target 2013-04-05 23:39:54.000000000 +0000 ++++ b/tools/qemu-xen/Makefile.target 2013-04-25 13:54:59.360000000 +0000 +@@ -206,6 +206,7 @@ + obj-$(CONFIG_NO_KVM) += kvm-stub.o + obj-y += memory.o + LIBS+=-lz ++LIBS+=-lrt + + QEMU_CFLAGS += $(VNC_TLS_CFLAGS) + QEMU_CFLAGS += $(VNC_SASL_CFLAGS) |