SHA256
1
0
forked from pool/ncurses

Accepting request 29655 from Base:System

Copy from Base:System/ncurses based on submit request 29655 from user WernerFink

OBS-URL: https://build.opensuse.org/request/show/29655
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=27
This commit is contained in:
OBS User autobuild 2010-01-15 14:52:25 +00:00 committed by Git OBS Bridge
parent a76d3e453b
commit d00c0ebc81
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jan 15 14:29:20 CET 2010 - werner@suse.de
- Disable experimetal term-driver API as this crash on NULL
pointer function _nc_globals.term_driver
-------------------------------------------------------------------
Tue Jan 12 14:25:27 CET 2010 - werner@suse.de

View File

@ -32,7 +32,7 @@ Obsoletes: ncurses-64bit
%endif
#
Version: 5.7
Release: 1
Release: 2
Summary: New curses Libraries
Url: http://invisible-island.net/ncurses/ncurses.html
Source0: ncurses-%{version}.tar.bz2
@ -308,6 +308,10 @@ mv tack-* tack
trap 'rm -rf ${TMPDIR}' EXIT
export TMPDIR
#
# No --enable-term-driver as tihs had crhased last time
# in ncurses/tinfo/lib_setup.c due to the fact that
# _nc_globals.term_driver was a NULL function pointer
#
# No --enable-tcap-names because we may have to recompile
# programs or foreign programs won't work
#
@ -351,7 +355,6 @@ mv tack-* tack
--enable-sigwinch \
--enable-colorfgbg \
--enable-sp-funcs \
--enable-term-driver \
%if %abi >= 6
--with-pthread \
--enable-reentrant \