add a stub for libiconv_set_relocation_prefix (fixes gettext-full build)
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 1 Feb 2011 20:31:41 +0000 (20:31 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 1 Feb 2011 20:31:41 +0000 (20:31 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25290 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/libiconv/src/include/iconv.h

index 8296f46..dfab27f 100644 (file)
@@ -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