607eebc44b
This version fixes CVE-2013-2877. Add upstream patch for CVE-2014-0191. CVE's Reported by: Akinori MUSHA <knu@iDaemons.org> Obtained from: GNOME dev repo [1], libxml2 upstream [2] MFH: 2014Q2
11 lines
303 B
Text
11 lines
303 B
Text
--- configure.orig 2013-11-24 09:41:13.000000000 +0100
|
|
+++ configure 2013-11-24 09:41:55.000000000 +0100
|
|
@@ -14499,6 +14499,8 @@
|
|
fi
|
|
fi
|
|
;;
|
|
+ *freebsd*) THREAD_LIBS=""
|
|
+ ;;
|
|
esac
|
|
if test "$WITH_THREADS" = "1" ; then
|
|
THREAD_CFLAGS="$THREAD_CFLAGS -D_REENTRANT"
|