Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
libgda3
libgda-1.0.3-ncurses.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libgda-1.0.3-ncurses.patch of Package libgda3
Index: configure.in =================================================================== --- configure.in.orig +++ configure.in @@ -1039,7 +1039,7 @@ dnl ************************** if test x"$platform_win32" = "xyes"; then AC_CHECK_LIB(readline, readline, READLINE_LIB='-lreadline', []) else - AC_CHECK_LIB(readline, readline, READLINE_LIB='-lreadline -lcurses', [], -lcurses) + AC_CHECK_LIB(readline, readline, READLINE_LIB='-lreadline -lncurses', [], -lncurses) fi AM_CONDITIONAL(READLINE_LIB, test ! "x$READLINE_LIB" = "x") AC_SUBST(READLINE_LIB) Index: configure =================================================================== --- configure.orig +++ configure @@ -21736,7 +21736,7 @@ if test "${ac_cv_lib_readline_readline+s $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lreadline -lcurses $LIBS" +LIBS="-lreadline -lncurses $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -21796,7 +21796,7 @@ fi { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_readline_readline" >&5 $as_echo "$ac_cv_lib_readline_readline" >&6; } if test $ac_cv_lib_readline_readline = yes; then - READLINE_LIB='-lreadline -lcurses' + READLINE_LIB='-lreadline -lncurses' fi fi
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