libzdb: fix uclibc build issue 6422/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Sun, 8 Jul 2018 10:02:48 +0000 (12:02 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sun, 8 Jul 2018 10:02:51 +0000 (12:02 +0200)
commit9c7613dd25b5e1e9e3e962bcf25377b9625eb5b4
tree26e4786c363f6e1c364ec98bf0b153066d09127c
parente63960f24e15b692ab3ed3cf5c0517039c45e367
libzdb: fix uclibc build issue

libmariadb 10.2 needs to be linked in together with iconv. On musl and
glibc iconv is part of libc. That's not the case for uclibc, where
libiconv-full needs to be used. This commit adds -liconv to the linker
flags and aids libzdb in finding libiconv.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
libs/libzdb/Makefile
libs/libzdb/patches/010-cross-compile-fixes.patch