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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:45:48 UTC 2017


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

The following commit has been merged in the master branch:
commit 4cca5dea0b118699bec7e76ec85d218c16a9d8d2
Author: Robin Mills <robin at clanmills.com>
Date:   Thu Oct 8 14:47:01 2015 +0000

    #1127  exiv2 --verbose --version --grep libz incorrectly reports have_libz=0
---
 src/version.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/version.cpp b/src/version.cpp
index b1dde18..13477b9 100644
--- a/src/version.cpp
+++ b/src/version.cpp
@@ -388,7 +388,7 @@ void Exiv2::dumpLibraryInfo(std::ostream& os,const exv_grep_keys_t& keys)
     have_sys_mman=1;
 #endif
 
-#if HAVE_LIBZ
+#if EXV_HAVE_LIBZ
     have_libz=1;
 #endif
 

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list