]> git.pld-linux.org Git - packages/xen.git/blob - xen-curses.patch
- fix for python 2.7 and ncurses headers
[packages/xen.git] / xen-curses.patch
1 diff -uNr xen-3.4.3/tools/xenstat/Makefile xen-3.4.3.new//tools/xenstat/Makefile
2 --- xen-3.4.3/tools/xenstat/Makefile    2010-06-03 19:42:38.000000000 +0200
3 +++ xen-3.4.3.new//tools/xenstat/Makefile       2011-01-22 08:25:29.621404344 +0100
4 @@ -6,7 +6,7 @@
5  
6  # This doesn't cross-compile (cross-compile environments rarely have curses)
7  ifeq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH))
8 -ifeq ($(wildcard /usr/include/curses.h),/usr/include/curses.h)
9 +ifeq ($(wildcard /usr/include/ncurses/curses.h),/usr/include/ncurses/curses.h)
10  SUBDIRS += xentop
11  endif
12  endif
This page took 0.028619 seconds and 3 git commands to generate.