freebsd-ports/textproc/libxml2/files/patch-configure
Koop Mast 607eebc44b Update to libxml2 2.9.1 [1]
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
2014-05-13 20:32:00 +00:00

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"