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

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


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

The following commit has been merged in the master branch:
commit 208b5110aeb7a23e788264454cafd6c3ee87633e
Author: Robin Mills <robin at clanmills.com>
Date:   Sun Aug 21 22:54:13 2016 +0000

    #1207  Don't build mt-test by default.  It requires C++11.  G++ 5.3 will not compile #include <exiv2/exiv2.hpp> because AutoPtr is deprecated.
---
 samples/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/samples/Makefile b/samples/Makefile
index 245c820..3ddeb8b 100644
--- a/samples/Makefile
+++ b/samples/Makefile
@@ -87,7 +87,6 @@ BINSRC = addmoddel.cpp        \
 OTHERSRC = exiv2json.cpp      \
            geotag.cpp         \
            metacopy.cpp       \
-           mt-test.cpp        \
            path-test.cpp      \
            toexv.cpp
 
@@ -184,7 +183,7 @@ exiv2json: %: %.cpp Jzon.o
 
 # mt-test requires C++11
 mt-test: %: %.cpp
-	$(COMPILE.cc) -std=c++11 -stdlib=libc++  -o $@.o $<
+	$(COMPILE.cc) -std=c++11  -o $@.o $<
 	@$(MAKEDEPEND)
 	@$(POSTDEPEND)
 	$(LIBTOOL) --mode=link $(LINK.cc) $@.o -o ../bin/$@

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list