ports/85982: PHP fails to build when libxml2 is build using WITH_THREADS=yes.

Michael Johnson ahze at FreeBSD.org
Sun Sep 11 21:46:38 UTC 2005


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



More information about the freebsd-ports-bugs mailing list