openwrtv4/package/libs/libiconv
Jo-Philipp Wich 1bd8400752 package/libs/libiconv: function names
Currently libiconv-stub and libiconv-full use different names
for functions iconv, iconv_open, and iconv_close.

This may lead to failures when building modules, e.g. with
apr-util when NLS is not activated.

The two modules libiconv-stub and libiconv-full should be
interchangeable, so we need the same function names.

cf.
http://git.savannah.gnu.org/cgit/libiconv.git/tree/include/iconv.h.in

After applying this patch execute

	make distclean

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

SVN-Revision: 48301
2016-01-18 09:23:17 +00:00
..
src package/libs/libiconv: function names 2016-01-18 09:23:17 +00:00
COPYING libiconv: move to trunk and add myself as maintainer 2012-10-10 17:56:22 +00:00
COPYRIGHT libiconv: move to trunk and add myself as maintainer 2012-10-10 17:56:22 +00:00
Makefile Add a few SPDX tags 2014-11-02 12:20:54 +00:00