[git] GnuPG - branch, master, updated. gnupg-2.1.18-70-gf8ce31a
by Justus Winter
cvs at cvs.gnupg.org
Mon Feb 13 10:21:27 CET 2017
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 f8ce31a7bf1ee85e5010b628a66e6f69486e5213 (commit)
from da4c132cca2c6df81243c9660b7348268a848f88 (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 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>
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)
-----------------------------------------------------------------------
Summary of changes:
g13/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