From ab861bea2f5d221406d2f6b1221de06bc48742ce Mon Sep 17 00:00:00 2001 From: Christian Kampka Date: Sat, 28 Nov 2015 21:20:17 +0100 Subject: main/libxml: new upstream version 2.9.3 fixes #4797 --- main/libxml2/libxml2-pthread.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 main/libxml2/libxml2-pthread.patch (limited to 'main/libxml2/libxml2-pthread.patch') diff --git a/main/libxml2/libxml2-pthread.patch b/main/libxml2/libxml2-pthread.patch deleted file mode 100644 index 77d7b3849..000000000 --- a/main/libxml2/libxml2-pthread.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- libxml2-2.9.1/threads.c.orig -+++ libxml2-2.9.1/threads.c -@@ -47,7 +47,7 @@ - #ifdef HAVE_PTHREAD_H - - static int libxml_is_threaded = -1; --#ifdef __GNUC__ -+#if defined(__GNUC__) && defined(__GLIBC__) - #ifdef linux - #if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || (__GNUC__ > 3) - extern int pthread_once (pthread_once_t *__once_control, -- cgit v1.2.3