OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3249-g81dd487
Gerrit Code Review
gerrit@openafs.org
Sat, 5 Jan 2013 06:29:14 -0800 (PST)
The following commit has been merged in the master branch:
commit 81dd4878e7a71b5acfd7a6e6f9be26cd6ab28972
Author: Andrew Deason <adeason@sinenomine.net>
Date: Fri Jan 4 14:18:40 2013 -0500
SOLARIS: Look for ncurses in ncurses/ncurses.h
Solaris 11+ has ncurses.h in ncurses/ncurses.h. Look for it there.
Without this, on Solaris 11.1 we will detect libncurses automatically
(because it lives in /usr/lib), but not ncurses.h (since it is in
ncurses/ncurses.h, not ncurses.h). So, we will fall back to curses.h,
but will try to link to libncurses, which, as you might guess, fails
with various undefined symbols.
Change-Id: Ia174e2a3c97318d6db2a48a6098569aede93522c
Reviewed-on: http://gerrit.openafs.org/8874
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
acinclude.m4 | 1 +
src/gtx/curses_test.c | 2 ++
src/gtx/gtxcurseswin.h | 2 ++
3 files changed, 5 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository