[Pkg-gnupg-commit] [gnupg2] 33/180: tools, build: Build WKS tools against libintl.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Sat Dec 24 22:29:05 UTC 2016


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

dkg pushed a commit to branch master
in repository gnupg2.

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>
---
 tools/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

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



More information about the Pkg-gnupg-commit mailing list