summaryrefslogtreecommitdiff
path: root/sysutils/xentools41/patches/patch-xenstat_xentop_Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xentools41/patches/patch-xenstat_xentop_Makefile')
-rw-r--r--sysutils/xentools41/patches/patch-xenstat_xentop_Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/xentools41/patches/patch-xenstat_xentop_Makefile b/sysutils/xentools41/patches/patch-xenstat_xentop_Makefile
new file mode 100644
index 00000000000..7dfc61daf78
--- /dev/null
+++ b/sysutils/xentools41/patches/patch-xenstat_xentop_Makefile
@@ -0,0 +1,15 @@
+$NetBSD: patch-xenstat_xentop_Makefile,v 1.1.2.2 2014/05/21 04:06:03 schnoebe Exp $
+
+--- xenstat/xentop/Makefile.orig 2014-05-14 15:15:54.000000000 +0200
++++ xenstat/xentop/Makefile 2014-05-14 15:15:56.000000000 +0200
+@@ -19,8 +19,8 @@
+ else
+
+ CFLAGS += -DGCC_PRINTF -Wall -Werror -I$(XEN_LIBXENSTAT)
+-LDFLAGS += -L$(XEN_LIBXENSTAT)
+-LDLIBS += -lxenstat $(CURSES_LIBS) $(SOCKET_LIBS)
++LDFLAGS += -L$(XEN_LIBXENSTAT) -L$(XEN_XENSTORE) -L$(XEN_LIBXC)
++LDLIBS += -lxenstat -lxenstore -lxenctrl $(CURSES_LIBS) $(SOCKET_LIBS)
+ CFLAGS += -DHOST_$(XEN_OS)
+
+ .PHONY: all