[git] GPGME - branch, master, updated. gpgme-1.6.0-131-g00e93b2

by Andre Heinecke cvs at cvs.gnupg.org
Tue May 24 16:02:29 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".

The branch, master has been updated
       via  00e93b2cae0585ff10425421d9097a846943b21c (commit)
      from  b107fc8a92bd16bc0d868c771b6334d6594e6395 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 00e93b2cae0585ff10425421d9097a846943b21c
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Tue May 24 16:00:42 2016 +0200

    Qt: Fix test build with clang
    
    * lang/qt/tests/Makefile.am (LDADD): Explicitly add -lstdc++
    
    --
    g++ does not need that but clang does need it explicitly

diff --git a/lang/qt/tests/Makefile.am b/lang/qt/tests/Makefile.am
index db40e77..c060c70 100644
--- a/lang/qt/tests/Makefile.am
+++ b/lang/qt/tests/Makefile.am
@@ -32,7 +32,7 @@ AM_LDFLAGS = -no-install
 
 LDADD = ../../cpp/src/libgpgmepp.la ../src/libqgpgme.la \
         ../../../src/libgpgme.la @GPGME_QT_LIBS@ @GPG_ERROR_LIBS@ \
-        @GPGME_QTTEST_LIBS@
+        @GPGME_QTTEST_LIBS@ -lstdc++
 
 AM_CPPFLAGS = -I$(top_builddir)/src @GPG_ERROR_CFLAGS@ \
               @GPGME_QT_CFLAGS@ @GPG_ERROR_CFLAGS@ @LIBASSUAN_CFLAGS@ \

-----------------------------------------------------------------------

Summary of changes:
 lang/qt/tests/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list