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>
Sat, 20 Jul 2019 05:09:11 +0000 (22:09 -0700)
commitbd6832af2e87d6058da285c671afe0f794726258
treeaa1af6f05c3ebdf6339c3fd2c2abb5c8aacb74ac
parent9f531cecd5035e85b5f11e0a4b368d8d67ef2aba
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.

Removed SSL3 patch. It was needed for OpenSSL 1.0.2 but not anymore.

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