[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:02 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=9967657
The following commit has been merged in the master branch:
commit 9967657a215f020422923609fb4eca0840b2df7a
Author: Robin Mills <robin at clanmills.com>
Date: Fri Sep 23 20:22:29 2016 +0000
#1109 MinGW/GCC should not set -std=gnu++98 because this causes 64 bit build to not link libpthreads! (on several tool chains)
---
config/configure.ac | 3 +++
1 file changed, 3 insertions(+)
diff --git a/config/configure.ac b/config/configure.ac
index e676033..1e0c6fd 100644
--- a/config/configure.ac
+++ b/config/configure.ac
@@ -341,6 +341,9 @@ case "$host_os" in
*cygwin*)
CPPFLAGS="$CPPFLAGS -std=gnu++98" # cygwin requires gnu++98 to support snprintf
;;
+ *ming*)
+ CPPFLAGS="$CPPFLAGS" # mingw doesn't link pthreads if you specify -std !!
+ ;;
*)
CPPFLAGS="$CPPFLAGS -std=c++98" # // all others use c++98
;;
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list