gnunet: fix uclibc build issue 6421/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Sun, 8 Jul 2018 09:45:24 +0000 (11:45 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sun, 8 Jul 2018 14:23:17 +0000 (16:23 +0200)
commitacc59d3a0a5056633a4bdbc2273478eca6850a6c
treeeca1335fd10f2b5e4e7b4c6ce7bdee206108df09
parente63960f24e15b692ab3ed3cf5c0517039c45e367
gnunet: fix uclibc build issue

libmariadb 10.2.x needs to be linked in together with iconv. On glibc
and musl iconv is part of libc. But on uclibc libiconv-full needs to be
used.

gnunet only has access to iconv on uclibc when BUILD_NLS is selected.
This commit adds hidden symbol GNUNET_HAS_ICONV_SUPPORT which sorts this
out.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/gnunet/Makefile