[git] GnuPG - branch, master, updated. gnupg-2.1.16-33-g9fb5e9c

by Justus Winter cvs at cvs.gnupg.org
Tue Nov 29 16:03:03 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 "The GNU Privacy Guard".

The branch, master has been updated
       via  9fb5e9c14557f7567cbc7c50b9881b7d7bfa2f12 (commit)
      from  522f74f7e377135cf098b6b0b9b35284c1dfc963 (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 9fb5e9c14557f7567cbc7c50b9881b7d7bfa2f12
Author: Justus Winter <justus at g10code.com>
Date:   Tue Nov 29 16:00:48 2016 +0100

    tools,build: Build WKS tools against libintl.
    
    * tools/Makefile.am (gpg_wks_server_LDADD): Link against libintl.
    (gpg_wks_client_LDADD): Likewise.
    
    GnuPG-bug-id: 2846
    Signed-off-by: Justus Winter <justus at g10code.com>

diff --git a/tools/Makefile.am b/tools/Makefile.am
index 94b53f2..38abd7c 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -155,7 +155,7 @@ gpg_wks_server_SOURCES = \
 
 gpg_wks_server_CFLAGS = $(GPG_ERROR_CFLAGS) $(INCICONV)
 gpg_wks_server_LDADD = $(libcommon) $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) \
-		       $(LIBICONV)
+		       $(LIBINTL) $(LIBICONV)
 
 gpg_wks_client_SOURCES = \
 	gpg-wks-client.c \
@@ -171,7 +171,7 @@ gpg_wks_client_SOURCES = \
 gpg_wks_client_CFLAGS = $(LIBASSUAN_CFLAGS) $(GPG_ERROR_CFLAGS) $(INCICONV)
 gpg_wks_client_LDADD = $(libcommon) \
 		       $(LIBASSUAN_LIBS) $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) \
-		       $(LIBICONV)
+		       $(LIBINTL) $(LIBICONV)
 
 
 # Make sure that all libs are build before we use them.  This is

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

Summary of changes:
 tools/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


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




More information about the Gnupg-commits mailing list