diff options
Diffstat (limited to 'main/xen/xen-disable-fsback.patch')
-rw-r--r-- | main/xen/xen-disable-fsback.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/xen/xen-disable-fsback.patch b/main/xen/xen-disable-fsback.patch new file mode 100644 index 0000000000..d0ae91b122 --- /dev/null +++ b/main/xen/xen-disable-fsback.patch @@ -0,0 +1,10 @@ +--- xen-4.0.1/tools/Makefile ++++ xen-4.0.1.mod/tools/Makefile +@@ -29,7 +28,6 @@ + SUBDIRS-$(CONFIG_NetBSD) += xenbackendd + SUBDIRS-y += libfsimage + SUBDIRS-$(LIBXENAPI_BINDINGS) += libxen +-SUBDIRS-$(CONFIG_Linux) += fs-back + SUBDIRS-$(CONFIG_NetBSD) += fs-back + SUBDIRS-$(CONFIG_IOEMU) += ioemu-dir + SUBDIRS-y += xenpmd |