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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:43:23 UTC 2017


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

The following commit has been merged in the master branch:
commit cb55c670636bdba617c3e1f5e90479466776dd07
Author: Robin Mills <robin at clanmills.com>
Date:   Sun Sep 2 19:02:11 2012 +0000

    Fix for #844 (see http://dev.exiv2.org/issues/844 for more information).
---
 src/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 51908a4..fbf69bf 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -204,7 +204,7 @@ if ( MSVC )
 	source_group("Header Files" FILES ${LIBEXIV2_HDR} )
 endif()
 
-TARGET_LINK_LIBRARIES( exiv2lib ${EXPAT_LIBRARIES} )
+TARGET_LINK_LIBRARIES( exiv2lib dl ${EXPAT_LIBRARIES} )
 
 if( EXIV2_ENABLE_LIBXMP )
 	ADD_DEPENDENCIES( exiv2lib xmp )

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list