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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:47:20 UTC 2017


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

The following commit has been merged in the master branch:
commit 5392ada8f445a5ed18ed5808ab9251da95abff86
Author: Robin Mills <robin at clanmills.com>
Date:   Sat Jan 21 11:53:53 2017 +0000

    #1273 Thanks to A Wilcox for reporting this and providing the patch.
---
 include/exiv2/config.h | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/include/exiv2/config.h b/include/exiv2/config.h
index 7dc3357..83fef53 100644
--- a/include/exiv2/config.h
+++ b/include/exiv2/config.h
@@ -150,11 +150,9 @@ typedef int pid_t;
 
 ///// Start of platform marcos /////////
 // Linux GCC 4.8 appears to be confused about strerror_r
-#ifndef EXV_STRERROR_R_CHAR_P
-#ifdef  __gnu_linux__
+#if !defined(EXV_STRERROR_R_CHAR_P) &&  defined( __gnu_linux__) && defined(__GLIBC__)
 #define EXV_STRERROR_R_CHAR_P
 #endif
-#endif
 
 #if defined(__MINGW32__) || defined(__MINGW64__)
 # ifndef  __MING__

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list