.
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=128
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 29 11:57:52 UTC 2013 - werner@suse.de
|
||||
|
||||
- On S390(x) use other fallback terminal types, that is have the
|
||||
ibm327x and vt220 available even if no terminfo-base is installed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 14:02:38 UTC 2013 - werner@suse.de
|
||||
|
||||
|
||||
@@ -321,7 +321,11 @@ rm -vf mk-dlls.sh
|
||||
|
||||
test ! -f /.buildenv || . /.buildenv
|
||||
OPATH=$PATH
|
||||
%ifarch s390x s390
|
||||
FALLBK="xterm,linux,vt100,vt102"
|
||||
%else
|
||||
FALLBK="xterm,ibm327x,vt100,vt102,vt220"
|
||||
%endif
|
||||
CC=gcc
|
||||
CXX=g++
|
||||
CFLAGS="${RPM_OPT_FLAGS} -pipe -D_REENTRANT"
|
||||
|
||||
@@ -10,11 +10,11 @@
|
||||
AC_ARG_ENABLE(database,
|
||||
--- configure
|
||||
+++ configure 2013-09-30 09:17:51.710735838 +0000
|
||||
@@ -6365,6 +6365,7 @@ else
|
||||
@@ -6375,6 +6375,7 @@ else
|
||||
fi;
|
||||
echo "$as_me:6366: result: $with_overwrite" >&5
|
||||
echo "$as_me:6376: result: $with_overwrite" >&5
|
||||
echo "${ECHO_T}$with_overwrite" >&6
|
||||
+WITH_OVERWRITE="$with_overwrite"
|
||||
|
||||
echo "$as_me:6369: checking if external terminfo-database is used" >&5
|
||||
echo "$as_me:6379: checking if external terminfo-database is used" >&5
|
||||
echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6
|
||||
|
||||
BIN
Binary file not shown.
Reference in New Issue
Block a user