Disable wide-char specific code
The vast majority of the libxmlrpc code nicely handles the absence of
wide char support, except at one location, which is fixed by this
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Index: b/src/xmlrpc_decompose.c
===================================================================
--- a/src/xmlrpc_decompose.c
+++ b/src/xmlrpc_decompose.c
xmlrpc_strfree(*decompRootP->store.Tstring.valueP);
free((void*)*decompRootP->store.TwideString.valueP);
free((void*)*decompRootP->store.TbitString.valueP);