[git] GnuPG - branch, master, updated. gnupg-2.2.7-286-gf12fcd9
[email protected] (by Andre Heinecke) Mon, 26 Nov 2018 13:07:30 +0100
| Newsgroups | gmane.comp.encryption.gpg.cvs |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]>
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