[Pkg-gnupg-commit] [gpgme] 131/412: Qt: Fix test build with clang

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Sep 22 21:26:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gpgme.

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
---
 lang/qt/tests/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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@ \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list