softethervpn: Really fix iconv support
authorRosen Penev <rosenp@gmail.com>
Wed, 10 Jul 2019 19:37:25 +0000 (12:37 -0700)
committerRosen Penev <rosenp@gmail.com>
Tue, 23 Jul 2019 03:04:33 +0000 (20:04 -0700)
commit0a4f88e56712a5e31492c587944c962609192bbe
treedaf56c50e6ad863113ecbf5f2b6cd56b7f437739
parente05f50c128fdcff75199ef9eb190d7d0660a64b7
softethervpn: Really fix iconv support

softethervpn overrides nls.mk by defining its iconv functions. This only
works if the libc has iconv. In addition, it does not allow external
libiconv usage. TARGET_LDFLAGS is also the wrong place to add -liconv.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from fb480e297c04f6e428324cb787d276c9c3cfe0a6)
net/softethervpn/Makefile
net/softethervpn/patches/130-iconv.patch [new file with mode: 0644]