diff options
author | adamw <adamw@FreeBSD.org> | 2015-09-28 02:37:34 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2015-09-28 02:37:34 +0800 |
commit | 6a9c3a5b54a59c8da1f8891068a9c663f575cc4c (patch) | |
tree | 45a0096cb852eaaebbd879333edb2cc9d9a01cc9 /Mk/bsd.php.mk | |
parent | 0080270572250f3726466b5b1e79ca69c31bc6b5 (diff) | |
download | freebsd-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.mk | 2 |
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) |