[git] GnuPG - branch, master, updated. gnupg-2.2.7-286-gf12fcd9

by Andre Heinecke cvs at cvs.gnupg.org
Mon Nov 26 13:07:30 CET 2018


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 "The GNU Privacy Guard".

The branch, master has been updated
       via  f12fcd907903742bde3ebb7ffef244c92d6d1611 (commit)
      from  40c7923ea881881a48de8f303b0870ec5910e13d (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 f12fcd907903742bde3ebb7ffef244c92d6d1611
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Mon Nov 26 13:05:26 2018 +0100

    w32: Fix linkage of gpg-pair-tool
    
    * tools/Makefile.am (gpg_pair_tool_LDADD): Add W32SOCKLIBS.
    
    --
    This is required because parts of libcommon depend on ws2_32.

diff --git a/tools/Makefile.am b/tools/Makefile.am
index 196bf52..e4fd81c 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -174,7 +174,7 @@ gpg_pair_tool_SOURCES = \
 gpg_pair_tool_CFLAGS = $(GPG_ERROR_CFLAGS) $(INCICONV)
 gpg_pair_tool_LDADD =  $(libcommon) \
 		       $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) \
-		       $(LIBINTL) $(LIBICONV)
+		       $(LIBINTL) $(LIBICONV) $(W32SOCKLIBS)
 
 
 # Make sure that all libs are build before we use them.  This is

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

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


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list