GNOME Bugzilla – Bug 671176
fixed a 64bit big endian issue
Last modified: 2012-05-07 10:43:42 UTC
Created attachment 208830 [details] [review] bigendian64.patch attached patch fixes a 64bit endian issue, making libxml2 work (again) on ppc64 unsigned int and size_t are differently sized on 64bit.
Makes sense, thanks for catching this, I refactored the patch slightly and commited it : http://git.gnome.org/browse/libxml2/commit/?id=996449273fd4a8fc656d42088779e236d456e47a thanks ! Daniel