]> git.pld-linux.org Git - packages/xen.git/blob - xen-curses.patch
Version: 4.3.1
[packages/xen.git] / xen-curses.patch
1 --- xen-4.2.0.orig/tools/xenstat/Makefile       2012-09-17 12:21:19.000000000 +0200
2 +++ xen-4.2.0/tools/xenstat/Makefile    2012-10-23 09:59:58.000000000 +0200
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.168846 seconds and 3 git commands to generate.