[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Link xentop with ncurses. Distros generally do not ship
# HG changeset patch # User kaf24@xxxxxxxxxxxxxxxxxxxx # Node ID 648c366d588b393a5a0eaaf3a79c5ad9ce2ed79f # Parent fa688e7baab9d0f08a4e8f217afa1d7c9a3c154a Link xentop with ncurses. Distros generally do not ship with basic curses. diff -r fa688e7baab9 -r 648c366d588b tools/xenstat/xentop/Makefile --- a/tools/xenstat/xentop/Makefile Tue Aug 23 13:36:09 2005 +++ b/tools/xenstat/xentop/Makefile Tue Aug 23 13:53:04 2005 @@ -28,7 +28,7 @@ CFLAGS += -DGCC_PRINTF -Wall -Werror -I$(XEN_LIBXENSTAT) LDFLAGS += -L$(XEN_LIBXENSTAT) -LDLIBS += -lxenstat -lcurses +LDLIBS += -lxenstat -lncurses all: xentop _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |