qt5base: fix nls support
authorHauke Mehrtens <hauke@hauke-m.de>
Thu, 10 Dec 2015 21:28:38 +0000 (22:28 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 10 Dec 2015 22:22:42 +0000 (23:22 +0100)
commitf348883282a7d9d2670edc18f2f9e0e844c76e2a
tree2b5fe58812f5b855482630e1c8bb5b7174b2b3bf
parent9294ea108ef99cac0f676765b676d6f046fbb471
qt5base: fix nls support

Instead of hard coding the dependency to libiconv-full use the macros
provided by OpenWrt. In the gnu iconv library the second parameter of
iconv(), often called inbuf, is not const, but qt5 assumes that it is
in the gnu version of libiconv. If we make qt5 use the code for the
posix version of libiconv it does not add the -liconv link parameter.
This patch adds the -liconv link parameter.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
frameworks/qt5base/Makefile
frameworks/qt5base/patches/011-use-posix-iconv.patch [new file with mode: 0644]