diff options
author | Justus Winter <[email protected]> | 2017-02-13 09:18:45 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2017-02-13 09:18:45 +0000 |
commit | f8ce31a7bf1ee85e5010b628a66e6f69486e5213 (patch) | |
tree | ae9b85fc5497f1be1e13de4f53402225b81243c3 /g13 | |
parent | scd: Fix use case of PC/SC. (diff) | |
download | gnupg-f8ce31a7bf1ee85e5010b628a66e6f69486e5213.tar.gz gnupg-f8ce31a7bf1ee85e5010b628a66e6f69486e5213.zip |
g13: Fix build on macOS.
* g13/Makefile.am (t_common_ldadd): Add iconv.
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'g13')
-rw-r--r-- | g13/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g13/Makefile.am b/g13/Makefile.am index c0e7a7115..cc0e6a809 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) |