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

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


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

The following commit has been merged in the master branch:
commit bfa7d156dbde234dfd9e1eee762c12e2fec63954
Author: vog <vog at notjusthosting.com>
Date:   Fri Jul 29 12:11:16 2011 +0000

    Fixed pkg-config script for static linking: Remove @LDFLAGS@ from Libs.private
---
 config/exiv2.pc.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/exiv2.pc.in b/config/exiv2.pc.in
index 0a4bea5..409458c 100644
--- a/config/exiv2.pc.in
+++ b/config/exiv2.pc.in
@@ -7,5 +7,5 @@ Name: exiv2
 Description: Image metadata library and tools
 Version: @PACKAGE_VERSION@
 Libs: -L${libdir} -lexiv2 @EXV_LIB_STATIC@
-Libs.private: @LDFLAGS@ @EXPAT_LDFLAGS@ @LTLIBINTL@ @LTLIBICONV@ @LIBS@ @EXPAT_LIBS@
+Libs.private: @EXPAT_LDFLAGS@ @LTLIBINTL@ @LTLIBICONV@ @LIBS@ @EXPAT_LIBS@
 Cflags: -I${includedir}

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list