mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
g13: Fix build on macOS.
* g13/Makefile.am (t_common_ldadd): Add iconv. Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
da4c132cca
commit
f8ce31a7bf
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue