2013-11-29 12:00:04 +00:00
committed by Git OBS Bridge
parent 85c3db9e6d
commit 85e2f5dfa1
4 changed files with 15 additions and 5 deletions
+6
View File
@@ -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
+4
View File
@@ -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"
+3 -3
View File
@@ -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
Binary file not shown.