|
|
|
@ -2,6 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
|
|
|
#
|
|
|
|
|
# Filename: package/.../xen-tools/compile.patch
|
|
|
|
|
# Copyright (C) 2009 The OpenSDE Project
|
|
|
|
|
# Copyright (C) 2006 The T2 SDE Project
|
|
|
|
|
#
|
|
|
|
|
# More information can be found in the files COPYING and README.
|
|
|
|
@ -14,16 +15,16 @@
|
|
|
|
|
# version.
|
|
|
|
|
# --- SDE-COPYRIGHT-NOTE-END ---
|
|
|
|
|
|
|
|
|
|
--- tools/xenstat/xentop/Makefile 2006-04-07 14:24:59.000000000 +0200
|
|
|
|
|
+++ tools/xenstat/xentop/Makefile 2006-04-09 16:37:55.634761500 +0200
|
|
|
|
|
@@ -26,8 +26,8 @@
|
|
|
|
|
sbindir=$(prefix)/sbin
|
|
|
|
|
--- tools/xenstat/xentop/Makefile.orig 2009-08-02 18:15:18.000000000 +0300
|
|
|
|
|
+++ tools/xenstat/xentop/Makefile 2009-08-02 18:17:00.000000000 +0300
|
|
|
|
|
@@ -19,8 +19,8 @@
|
|
|
|
|
else
|
|
|
|
|
|
|
|
|
|
CFLAGS += -DGCC_PRINTF -Wall -Werror -I$(XEN_LIBXENSTAT)
|
|
|
|
|
-LDFLAGS += -L$(XEN_LIBXENSTAT)
|
|
|
|
|
-LDLIBS += -lxenstat -lncurses
|
|
|
|
|
+LDFLAGS += -L$(XEN_LIBXENSTAT) -L$(XEN_XENSTORE)
|
|
|
|
|
+LDLIBS += -lxenstat -lncurses -lxenstore
|
|
|
|
|
|
|
|
|
|
all: xentop
|
|
|
|
|
-LDLIBS += -lxenstat $(CURSES_LIBS) $(SOCKET_LIBS)
|
|
|
|
|
+LDFLAGS += -L$(XEN_LIBXENSTAT) -L$(XEN_XENSTORE) -L../../libxc
|
|
|
|
|
+LDLIBS += -lxenstat $(CURSES_LIBS) $(SOCKET_LIBS) -lxenstore -lxenctrl
|
|
|
|
|
CFLAGS += -DHOST_$(XEN_OS)
|
|
|
|
|
|
|
|
|
|
.PHONY: all
|
|
|
|
|