aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.php.mk
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2015-09-28 02:37:34 +0800
committeradamw <adamw@FreeBSD.org>2015-09-28 02:37:34 +0800
commit6a9c3a5b54a59c8da1f8891068a9c663f575cc4c (patch)
tree45a0096cb852eaaebbd879333edb2cc9d9a01cc9 /Mk/bsd.php.mk
parent0080270572250f3726466b5b1e79ca69c31bc6b5 (diff)
downloadfreebsd-ports-gnome-6a9c3a5b54a59c8da1f8891068a9c663f575cc4c.tar.gz
freebsd-ports-gnome-6a9c3a5b54a59c8da1f8891068a9c663f575cc4c.tar.zst
freebsd-ports-gnome-6a9c3a5b54a59c8da1f8891068a9c663f575cc4c.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/bsd.php.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)