contribs: Fix iconv build when using gcc 5.x
GCC 5.x defaults to -std=gnu11, which changes the __inline keyword semantics, causing some iconv functions not to be inlined, but they are not declared as exported, thus causing linking to iconv to fail
Showing
Please register or sign in to comment