[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:39:19 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=9278e44

The following commit has been merged in the master branch:
commit 9278e44f6262391b48356d882d30f52a8ce8a390
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Mon Apr 21 08:23:24 2008 +0000

    Removed unused check for mktime (causes problems with gcc-4.3).
---
 config/configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/configure.ac b/config/configure.ac
index a3b3578..4ee3e9d 100644
--- a/config/configure.ac
+++ b/config/configure.ac
@@ -77,7 +77,7 @@ AC_SUBST(GCC,$GCC)
 # ---------------------------------------------------------------------------
 # Checks for library functions.
 # ---------------------------------------------------------------------------
-AC_FUNC_MKTIME
+#AC_FUNC_MKTIME - fails when using old autoconf with gcc-4.3, see eg. Debian Bug#425544, and we don't use the result anyway
 AC_FUNC_MMAP
 AC_FUNC_STRERROR_R
 AC_CHECK_FUNCS([gmtime_r memset strchr strerror strtol mmap munmap])

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list