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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:38:54 UTC 2017


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

The following commit has been merged in the master branch:
commit 39ae06e462e0eccfa4b365b5542452044750325f
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Sat Oct 13 08:26:55 2007 +0000

    Initialize expat vars.
---
 config/configure.ac | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/config/configure.ac b/config/configure.ac
index f2047b6..98d9428 100644
--- a/config/configure.ac
+++ b/config/configure.ac
@@ -154,6 +154,9 @@ ENABLE_XMP=
 if test "$USE_XMP_TOOLKIT" = "yes"; then
     # Check for expat library
     found_expat=yes
+    EXPAT_CPPFLAGS=
+    EXPAT_LDFLAGS=
+    EXPAT_LIBS=
     if test "$with_expat" != "no"; then
         AC_CHECK_HEADERS(expat.h,
             AC_CHECK_LIB(expat, XML_ParserCreate,[

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list