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

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


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

The following commit has been merged in the master branch:
commit 6519595dbe24177f5f84ebb7517036022b1f9c79
Author: Robin Mills <robin at clanmills.com>
Date:   Wed Sep 21 18:46:11 2016 +0000

    #1188 set -std=c++98 for v0.26.  I'll work on C++11 in v0.27.  C++11 Deprecates AutoPtr, so supporting C++11 requires some effort.
    
    #1188 Discusses CMake/C++11 in some detail.  For v0.26, CMake also sets -std=c++98 r4530
---
 config/configure.ac | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/config/configure.ac b/config/configure.ac
index 35476ec..ab8f00d 100644
--- a/config/configure.ac
+++ b/config/configure.ac
@@ -293,7 +293,7 @@ if test "$USE_XMP_TOOLKIT" = "yes"; then
     AC_SUBST(EXPAT_CPPFLAGS)
     AC_SUBST(EXPAT_LDFLAGS)
     AC_SUBST(EXPAT_LIBS)
-    AC_CHECK_LIB(pthread, pthread_create, [PTHREAD_LIBS+=-lpthread])    
+    AC_CHECK_LIB(pthread, pthread_create, [PTHREAD_LIBS+=-lpthread])
     AC_SUBST(PTHREAD_LIBS)
 fi
 AC_SUBST(ENABLE_XMP)
@@ -335,6 +335,9 @@ for u in gettext msginit msgmerge msgfmt msgconv msgfilter ; do
     fi
 done
 
+# 1188      v0.26 use c++98
+# 1188      v0.27 should have an option to specify versions such as c++11
+CPPFLAGS="$CPPFLAGS -std=c++98"
 
 # ---------------------------------------------------------------------------
 # Create output files.

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list