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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:40:27 UTC 2017


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

The following commit has been merged in the master branch:
commit 9e19d6f27188ca441784612210630adaa3d7feb2
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Fri Apr 3 15:52:50 2009 +0000

    #609: Add -no-undefined flag to compile DLL on Windows.
---
 config/configure.ac | 7 +++++++
 doc/ChangeLog       | 2 ++
 2 files changed, 9 insertions(+)

diff --git a/config/configure.ac b/config/configure.ac
index 2ce9a10..b6f1ff5 100644
--- a/config/configure.ac
+++ b/config/configure.ac
@@ -31,6 +31,13 @@ AC_PROG_INSTALL
 AC_PROG_LN_S
 AC_PROG_MAKE_SET
 AC_PROG_RANLIB
+AC_CANONICAL_HOST
+# Add flag for DLL on Windows
+case "$host_os" in
+*mingw* | *cygwin*)
+    LDFLAGS="$LDFLAGS -no-undefined"
+    ;;
+esac
 
 # ---------------------------------------------------------------------------
 # i18n support
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 6e34bb1..b3c06a9 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -18,6 +18,8 @@ Changes from version 0.18 to 0.18.1
 	           (Based on a patch from Carsten Pfeiffer)
 	- 0000615: Setting the Exif makernote tag aborts if type is not 
 	           "undefined". (digiKam bug 182738)
+	- 0000609: Building a DLL of Exiv2 0.18 in MinGW requires -no-undefined
+	           linker flag. (Reported with solution by Giuseppe Rota)
 	- 0000606: Add write support for Photoshop PSD image format.
 	           (Patch from Michael Ulbrich)
 	- 0000604: Nikkor lens on Nikon D90 not recognized.

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list