From 5521f6b3100419960760944a48dea1fb014856cb Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Fri, 21 Jun 2013 22:08:50 -0400 Subject: [PATCH] Makefile: For Xen 4.2 also create an extra directory When booting using a 32-bit dom0, I see: qemu-system-i386: looking for plugins in '/usr/lib64/sasl2', failed to open directory, error: No such file Signed-off-by: Konrad Rzeszutek Wilk --- root_image/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/root_image/Makefile b/root_image/Makefile index dcb4c82..84aeb80 100644 --- a/root_image/Makefile +++ b/root_image/Makefile @@ -915,6 +915,7 @@ endif sed -i 's/\(^[[:blank:]]*(xend-relocation-hosts-allow.*\)/# \1/' userspace/etc/xen/xend-config.sxp; \ echo "(xend-relocation-hosts-allow '')" >> userspace/etc/xen/xend-config.sxp; \ fi + mkdir -p userspace/usr/lib64/sasl2 .PHONY: nfs-install nfs-install: -- 2.39.5