aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 e1cebd74f4c..71fbb5e6595 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)