summaryrefslogtreecommitdiff
path: root/sysutils/xentools41/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xentools41/patches/patch-ac')
-rw-r--r--sysutils/xentools41/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/xentools41/patches/patch-ac b/sysutils/xentools41/patches/patch-ac
new file mode 100644
index 00000000000..1db6996f612
--- /dev/null
+++ b/sysutils/xentools41/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1.1.1 2011/04/06 09:10:27 cegger Exp $
+
+--- libfsimage/common/Makefile.orig 2010-05-11 21:27:58.000000000 +0000
++++ libfsimage/common/Makefile
+@@ -4,6 +4,8 @@ include $(XEN_ROOT)/tools/Rules.mk
+ MAJOR = 1.0
+ MINOR = 0
+
++CFLAGS += -DFSIMAGE_FSDIR=\"$(LIBDIR)/fs\"
++
+ LDFLAGS-$(CONFIG_SunOS) = -Wl,-M -Wl,mapfile-SunOS
+ LDFLAGS-$(CONFIG_Linux) = -Wl,mapfile-GNU
+ LDFLAGS = $(LDFLAGS-y)