Dr. Werner Fink 2014-09-23 10:56:18 +00:00 committed by Git OBS Bridge
parent b584914359
commit c3010d5aa0
3 changed files with 36 additions and 7 deletions

View File

@ -1,6 +1,11 @@
---
configure | 1 +
configure.in | 1 +
2 files changed, 2 insertions(+)
--- configure.in
+++ configure.in 2012-01-30 16:31:47.000000000 +0000
@@ -436,6 +436,7 @@ AC_ARG_ENABLE(overwrite,
@@ -475,6 +475,7 @@ AC_ARG_ENABLE(overwrite,
[with_overwrite=$enableval],
[if test "$prefix" = "/usr" ; then with_overwrite=yes; else with_overwrite=no; fi])
AC_MSG_RESULT($with_overwrite)
@ -9,12 +14,12 @@
AC_MSG_CHECKING(if external terminfo-database is used)
AC_ARG_ENABLE(database,
--- configure
+++ configure 2013-09-30 09:17:51.710735838 +0000
@@ -6390,6 +6390,7 @@ else
+++ configure 2013-09-30 09:17:52.000000000 +0000
@@ -6526,6 +6526,7 @@ else
fi;
echo "$as_me:6455: result: $with_overwrite" >&5
echo "$as_me:6527: result: $with_overwrite" >&5
echo "${ECHO_T}$with_overwrite" >&6
+WITH_OVERWRITE="$with_overwrite"
echo "$as_me:6458: checking if external terminfo-database is used" >&5
echo "$as_me:6530: 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:b19855aa9223ae7a8b0295c7565dd6cfbe429521e9e9e2ace42cd87965d04712
size 3801274
oid sha256:5907d184b04f0f8695c2dcf577e8409b53968223eab27ab39cc92942d00a41c9
size 3908267

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Sep 23 08:22:42 UTC 2014 - werner@suse.de
- Add ncurses patch 20140920
+ add ncurses*-config to bin-directory of sample package-scripts.
+ add check to ensure that getopt is available; this is a problem in
some older cross-compiler environments.
+ expanded on the description of --disable-overwrite in INSTALL
(prompted by reports by Joakim Tjernlund, Thomas Klausner).
See Gentoo #522586 and NetBSD #49200 for examples.
which relates to the clarified guidelines.
+ remove special logic from CF_INCLUDE_DIRS which adds the directory
for the --includedir from the build (report by Joakim Tjernlund).
+ add case for Unixware to CF_XOPEN_SOURCE, from lynx changes.
+ update config.sub from http://git.savannah.gnu.org/cgit/config.git
-------------------------------------------------------------------
Mon Sep 15 09:31:43 UTC 2014 - werner@suse.de
- Add ncurses patch 20140913
+ add a configure check to ignore some of the plethora of non-working
C++ cross-compilers.
+ build-fixes for Ada95 with gnat 4.9
-------------------------------------------------------------------
Mon Sep 1 12:18:19 UTC 2014 - werner@suse.de