Commit b128c6af authored by Rafaël Carré's avatar Rafaël Carré Committed by Jean-Baptiste Kempf

contrib: xml2: fix for windows store

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 3a42671f
......@@ -18,3 +18,14 @@
xmlWrapStat = xmlWrapStatUtf8;
xmlWrapOpen = xmlWrapOpenUtf8;
#ifdef HAVE_ZLIB_H
--- libxml2/configure.in.orig 2013-08-15 11:40:51.228070119 +0200
+++ libxml2/configure.in 2013-08-15 11:41:01.956070564 +0200
@@ -968,7 +968,7 @@
*mingw32*) if test "$with_threads" != "pthread" && test "$with_threads" != "no"; then
WITH_THREADS="1"
THREADS_W32="1"
- THREAD_CFLAGS="$THREAD_CFLAGS -DHAVE_WIN32_THREADS"
+ THREAD_CFLAGS="$THREAD_CFLAGS -DHAVE_WIN32_THREADS -DHAVE_COMPILER_TLS"
fi
;;
esac
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment