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

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


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

The following commit has been merged in the master branch:
commit 92a585fad047d4e6b94ef58a8b63d76c5a6c936c
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Wed Nov 2 15:54:38 2005 +0000

    Added option --libtool-libs and a tweak to --cflags to exiv2-config
---
 config/exiv2-config.in | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/config/exiv2-config.in b/config/exiv2-config.in
index 1dda667..dec9e4d 100644
--- a/config/exiv2-config.in
+++ b/config/exiv2-config.in
@@ -15,6 +15,7 @@ Known values for OPTION are:
   --prefix=DIR		change exiv2 prefix [default $prefix]
   --exec-prefix=DIR	change exiv2 exec prefix [default $exec_prefix]
   --libs		print library linking information
+  --libtool-libs	print linking information for use with libtool
   --cflags		print pre-processor and compiler flags
   --help		display this help and exit
   --version		output version information
@@ -66,9 +67,13 @@ while test $# -gt 0; do
 	;;
 
     --cflags)
-       	echo -I$includedir
+       	echo -I$includedir -I$includedir/exiv2
        	;;
 
+    --libtool-libs)
+	echo $libdir/libexiv2.la
+        ;;
+
     --libs)
        	echo -L$libdir -lexiv2
        	;;

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list