mariadb: use nls.mk for consistent iconv handling 6463/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Thu, 12 Jul 2018 21:36:22 +0000 (23:36 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Thu, 12 Jul 2018 21:39:56 +0000 (23:39 +0200)
commit5dd920e0e0c72cd7cc131a21c801b896d9746b1d
tree7b31dd44b330d3626b406129811cb66e5d011597
parent2794a18bea56cc16e5b0009ab11787400e974033
mariadb: use nls.mk for consistent iconv handling

@jow- mentioned that depending on libiconv-full on uClibc is not the way
to do it. Instead nls.mk needs to be included and then the correct iconv
lib wil be used as per CONFIG_BUILD_NLS.

Update mariadb Makefile to address this.

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