summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2015-09-27 18:37:34 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2015-09-27 18:37:34 +0000
commitb804a6336ec2cff01a1a4dd5fbfbbf1572942fd1 (patch)
tree45a0096cb852eaaebbd879333edb2cc9d9a01cc9 /Mk
parent46cc6a938dabaa4e79aecfd727903be2110186db (diff)
downloadfreebsd-ports-b804a6336ec2cff01a1a4dd5fbfbbf1572942fd1.zip
Add a message explaining how to fix poudriere build failures if the
ZTS option is enabled. PR: 201193 Approved by: maintainer timeout (PR is 3 months old without maintainer response)
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.php.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/bsd.php.mk b/Mk/bsd.php.mk
index e1cebd74f4c3..71fbb5e65956 100644
--- a/Mk/bsd.php.mk
+++ b/Mk/bsd.php.mk
@@ -32,6 +32,8 @@
# You may combine multiple WANT_PHP_* knobs.
# Don't specify any WANT_PHP_* knob if your port will work with every PHP SAPI.
#
+# If you are building PHP-based ports in poudriere(8) with ZTS enabled,
+# add WITH_MPM=event to /etc/make.conf to prevent build failures.
.if !defined(_PHPMKINCLUDED)