]> git.pld-linux.org Git - packages/xen.git/blame - xen-curses.patch
TODO updates
[packages/xen.git] / xen-curses.patch
CommitLineData
bf4f47e8 1--- xen-4.2.0.orig/tools/xenstat/Makefile 2012-09-17 12:21:19.000000000 +0200
7f699907 2+++ xen-4.2.0/tools/xenstat/Makefile 2012-10-23 09:59:58.000000000 +0200
312bcb07 3@@ -6,7 +6,7 @@
4
5 # This doesn't cross-compile (cross-compile environments rarely have curses)
6 ifeq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH))
7-ifeq ($(wildcard /usr/include/curses.h),/usr/include/curses.h)
8+ifeq ($(wildcard /usr/include/ncurses/curses.h),/usr/include/ncurses/curses.h)
9 SUBDIRS += xentop
10 endif
11 endif
This page took 0.062597 seconds and 4 git commands to generate.