[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:21 UTC 2017


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

The following commit has been merged in the master branch:
commit 9fe983e3b5dfd5028f5840fe6f19a87ed91e6178
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Sun Mar 11 15:44:37 2007 +0000

    Changes to make Exiv2 cross-compile smoothly for win32
---
 config/configure.ac | 9 +++++++--
 config/exiv2.pc.in  | 2 +-
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/config/configure.ac b/config/configure.ac
index 465e800..258dd38 100644
--- a/config/configure.ac
+++ b/config/configure.ac
@@ -71,11 +71,9 @@ AC_SUBST(GCC,$GCC)
 # Checks for library functions.
 # ---------------------------------------------------------------------------
 AC_FUNC_ALLOCA
-AC_FUNC_MALLOC
 AC_FUNC_MEMCMP
 AC_FUNC_MKTIME
 AC_FUNC_MMAP
-AC_FUNC_REALLOC
 AC_FUNC_STAT
 AC_FUNC_STRERROR_R
 AC_FUNC_STRFTIME
@@ -108,6 +106,13 @@ if test "$USE_LENSDATA" = "yes"; then
     AC_DEFINE(HAVE_LENSDATA,1)
 fi
 
+if test "$enable_shared" = "no"; then
+    EXV_LIB_STATIC=$LTLIBICONV
+else
+    EXV_LIB_STATIC=
+fi
+AC_SUBST(EXV_LIB_STATIC)
+
 # ---------------------------------------------------------------------------
 # Create output files.
 # ---------------------------------------------------------------------------
diff --git a/config/exiv2.pc.in b/config/exiv2.pc.in
index fbbfb7d..d9712b2 100644
--- a/config/exiv2.pc.in
+++ b/config/exiv2.pc.in
@@ -7,6 +7,6 @@ Name: exiv2
 Description: Exif and IPTC metadata library and tools
 Version: @PACKAGE_VERSION@
 URL: http://www.exiv2.org
-Libs: -L${libdir} -lexiv2
+Libs: -L${libdir} -lexiv2 @EXV_LIB_STATIC@
 Libs.private: @LDFLAGS@ @LTLIBINTL@ @LTLIBICONV@ @LIBS@
 Cflags: -I${includedir}

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list