[xml] Compiling libxml2 against musl

2014-12-09 Thread Michael Heimpold
Hi, I'm maintaining the libxml2 package on OpenWrt. Some weeks ago, there was a bug filed against the package, regarding a failure to compile libxml2 against musl c library. See https://github.com/openwrt/packages/issues/454 There is also a reference to your bug tracker: https://bugzilla.gnome.

[xml] [PATCH libxml2] threads: use forward declarations only for glibc (fixes #704908)

2014-12-20 Thread Michael Heimpold
function, as required). Prevent the declarations for e.g. musl libc by refining the condition. The idea for this solution was borrowed from the alpine linux guys, see http://git.alpinelinux.org/cgit/aports/tree/main/libxml2/libxml2-pthread.patch Signed-off-by: Michael Heimpold --- threads.c |4