[Pkg-xen-changes] r879 - trunk/xen/debian/patches

Bastian Blank waldi at alioth.debian.org
Wed Apr 27 12:51:47 UTC 2011


Author: waldi
Date: Wed Apr 27 12:51:46 2011
New Revision: 879

Log:
debian/patches/qemu-prefix.diff: Add patch.

Added:
   trunk/xen/debian/patches/qemu-prefix.diff

Added: trunk/xen/debian/patches/qemu-prefix.diff
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/xen/debian/patches/qemu-prefix.diff	Wed Apr 27 12:51:46 2011	(r879)
@@ -0,0 +1,11 @@
+--- a/qemu/xen-hooks.mak
++++ b/qemu/xen-hooks.mak
+@@ -20,7 +20,7 @@
+ LIBS += -L$(XEN_ROOT)/tools/libxc -lxenctrl -lxenguest
+ LIBS += -L$(XEN_ROOT)/tools/xenstore -lxenstore
+ 
+-LDFLAGS := $(CFLAGS) $(LDFLAGS)
++LDFLAGS := $(CFLAGS) $(LDFLAGS) -Wl,-rpath,'$${ORIGIN}/../lib'
+ 
+ OBJS += piix4acpi.o
+ OBJS += xenstore.o



More information about the Pkg-xen-changes mailing list