[git] GPGME - branch, master, updated. gpgme-1.7.1-38-gf3790dd

by Andre Heinecke cvs at cvs.gnupg.org
Mon Nov 14 19:39:15 CET 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  f3790ddf56558fb0a08af95fdbae979cd6589aad (commit)
      from  b91c383386fe9eadd90afdb9bb1f8ec6c528173b (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 f3790ddf56558fb0a08af95fdbae979cd6589aad
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Mon Nov 14 19:37:34 2016 +0100

    qt, cpp: Enable dll build for windows
    
    * lang/cpp/src/Makefile.am,
    lang/qt/src/Makefile.am: Add -no-undefined to LDFLAGS.

diff --git a/lang/cpp/src/Makefile.am b/lang/cpp/src/Makefile.am
index 608d2d9..8953473 100644
--- a/lang/cpp/src/Makefile.am
+++ b/lang/cpp/src/Makefile.am
@@ -66,7 +66,7 @@ AM_CPPFLAGS = -I$(top_builddir)/src @GPG_ERROR_CFLAGS@ @LIBASSUAN_CFLAGS@ \
               -DBUILDING_GPGMEPP
 
 libgpgmepp_la_LIBADD = ../../../src/libgpgme.la @LIBASSUAN_LIBS@
-libgpgmepp_la_LDFLAGS = -version-info \
+libgpgmepp_la_LDFLAGS = -no-undefined -version-info \
     @LIBGPGMEPP_LT_CURRENT@:@LIBGPGMEPP_LT_REVISION@:@LIBGPGMEPP_LT_AGE@
 
 if HAVE_W32_SYSTEM
diff --git a/lang/qt/src/Makefile.am b/lang/qt/src/Makefile.am
index 8742bc8..ead5c7f 100644
--- a/lang/qt/src/Makefile.am
+++ b/lang/qt/src/Makefile.am
@@ -216,7 +216,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/lang/cpp/src -I$(top_builddir)/src \
 
 libqgpgme_la_LIBADD = ../../cpp/src/libgpgmepp.la ../../../src/libgpgme.la \
                        @LIBASSUAN_LIBS@ @GPGME_QT_LIBS@
-libqgpgme_la_LDFLAGS = -version-info \
+libqgpgme_la_LDFLAGS = -no-undefined -version-info \
     @LIBQGPGME_LT_CURRENT@:@LIBQGPGME_LT_REVISION@:@LIBQGPGME_LT_AGE@
 
 if HAVE_W32_SYSTEM

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

Summary of changes:
 lang/cpp/src/Makefile.am | 2 +-
 lang/qt/src/Makefile.am  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


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




More information about the Gnupg-commits mailing list