]> git.pld-linux.org Git - packages/xen.git/blame - xen-curses.patch
- fix ncurses.h
[packages/xen.git] / xen-curses.patch
CommitLineData
312bcb07 1diff -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.04468 seconds and 4 git commands to generate.