mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01: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
@ -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…
x
Reference in New Issue
Block a user