SHA256
1
0
forked from pool/ncurses
Dr. Werner Fink 2013-11-29 12:00:04 +00:00 committed by Git OBS Bridge
parent 879cd91694
commit 4679628d6a
4 changed files with 15 additions and 5 deletions

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00dd9e12be13b8a0a5d88e4bf42c596304d39eef73a41606a95892636c2bfd4f
size 2901290
oid sha256:6b21f1f2f9b2587ea1a9bafc8f778961965d2f87bf665ea04a1f6f79e62536c8
size 2954844

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

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"