add a stub for libiconv_set_relocation_prefix (fixes gettext-full build)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25290 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
11e46add0f
commit
43a784e859
@ -23,6 +23,8 @@ iconv(iconv_t cd, char **inbuf, size_t *inbytesleft,
|
||||
extern int
|
||||
iconv_close(iconv_t cd);
|
||||
|
||||
#define libiconv_set_relocation_prefix(...) do {} while(0)
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user