Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Sep 2005 21:46:38 GMT
From:      Michael Johnson <ahze@FreeBSD.org>
To:        ebola@psychoholics.org, ahze@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/85982: PHP fails to build when libxml2 is build using WITH_THREADS=yes.
Message-ID:  <200509112146.j8BLkcXG025026@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: PHP fails to build when libxml2 is build using WITH_THREADS=yes.

State-Changed-From-To: open->closed 
State-Changed-By: ahze
State-Changed-When: Sun Sep 11 21:41:32 GMT 2005
State-Changed-Why: 
Please don't use WITH_THREADS=yes in libxml2 

There is a warning in libxml2 Makefile about it.
  "WITH_THREADS enable pthread support (WILL BREAK OTHER PORTS!)"
If you insist on using WITH_THREADS=yes in make.conf do the following
in make.conf

.if ${.CURDIR:N*/textproc/libxml2}
WITH_THREADS=yes
.endif

http://www.freebsd.org/cgi/query-pr.cgi?pr=85982



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509112146.j8BLkcXG025026>