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


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

The following commit has been merged in the master branch:
commit c9d9cc2d4f8189564be17157d171d0f8eceff6d8
Author: Robin Mills <robin at clanmills.com>
Date:   Sun Oct 14 00:13:34 2012 +0000

    Explicitly link geotag to expat library.
---
 samples/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/samples/Makefile b/samples/Makefile
index cb29942..99d1d72 100644
--- a/samples/Makefile
+++ b/samples/Makefile
@@ -125,6 +125,10 @@ endif
 
 relink: binclean samples
 
+# link expat directly to geotag
+geotag : geotag.o
+	$(LIBTOOL)  --mode=link $(LINK.cc) -lexpat -o $@ $@.o
+
 # Remove binaries, e.g., to relink them
 binclean:
 	$(RM) $(EXECUTABLE)

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list