python-mysql: fix uclibc build failure 6419/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Sun, 8 Jul 2018 08:43:02 +0000 (10:43 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sun, 8 Jul 2018 08:44:29 +0000 (10:44 +0200)
commit230bfc96ac891c8badb48c4f2667a50e8192d9d5
tree37fa46ba1ec34fea2b6de9a3abed74d4eb3c0b92
parent9d236132c664ced34ebe7295dea0f9050b1b82d6
python-mysql: fix uclibc build failure

libmariadb 10.2.x needs to be linked in together with iconv. On uclibc
iconv is not included in libc and libiconv-full needs to be used. This
commit helps python-mysql find the shared library.

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