Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
systemsmanagement
OpenIPMI
openipmi-tinfo.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File openipmi-tinfo.patch of Package OpenIPMI
Index: openipmi-2.0.32.3+git.05faa36e/configure.ac =================================================================== --- openipmi-2.0.32.3+git.05faa36e.orig/configure.ac +++ openipmi-2.0.32.3+git.05faa36e/configure.ac @@ -777,10 +777,12 @@ AX_CONFIG_FEATURE( [epoll_pwait], [This platform supports epoll(7) with epoll_pwait(2)], [HAVE_EPOLL_PWAIT], [This platform supports epoll(7) with epoll_pwait(2).]) -AC_CHECK_LIB(curses, tgetent, TERM_LIBS=-lcurses, +PKG_CHECK_MODULES(ncurses, ncurses, TERM_LIBS=$ncurses_LIBS, + [AC_CHECK_LIB(tinfo, tgetent, TERM_LIBS=-ltinfo, + [AC_CHECK_LIB(curses, tgetent, TERM_LIBS=-lcurses, [AC_CHECK_LIB(ncursesw, tgetent, TERM_LIBS=-lncursesw, [AC_CHECK_LIB(ncurses, tgetent, TERM_LIBS=-lncurses, - [AC_MSG_ERROR([libtermcap, libcurses or libncurses are required!])])] )] ) + [AC_MSG_ERROR([libtinfo, libtermcap, libcurses or libncurses are required!])])] )] )] )] ) AC_SUBST(TERM_LIBS) AC_CHECK_FUNCS(cfmakeraw)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor