[Pkg-gnupg-commit] [gnupg2] 70/166: g13: Fix build on macOS.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Mar 16 22:33:06 UTC 2017


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

dkg pushed a commit to branch experimental
in repository gnupg2.

commit f8ce31a7bf1ee85e5010b628a66e6f69486e5213
Author: Justus Winter <justus at g10code.com>
Date:   Mon Feb 13 10:18:45 2017 +0100

    g13: Fix build on macOS.
    
    * g13/Makefile.am (t_common_ldadd): Add iconv.
    
    Signed-off-by: Justus Winter <justus at g10code.com>
---
 g13/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/g13/Makefile.am b/g13/Makefile.am
index c0e7a71..cc0e6a8 100644
--- a/g13/Makefile.am
+++ b/g13/Makefile.am
@@ -70,7 +70,7 @@ g13_syshelp_LDADD = $(libcommon) \
 
 module_tests = t-g13tuple
 t_common_ldadd = $(libcommon) $(LIBGCRYPT_LIBS) \
-	         $(LIBASSUAN_LIBS)
+	         $(LIBASSUAN_LIBS) $(LIBICONV)
 
 t_g13tuple_SOURCES = t-g13tuple.c g13tuple.c
 t_g13tuple_LDADD = $(t_common_ldadd)

-- 
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