diff options
author | fhajny <fhajny@pkgsrc.org> | 2014-06-13 14:31:19 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2014-06-13 14:31:19 +0000 |
commit | a330d99a924cfbd57b62340acc8bebc62c8f3ba2 (patch) | |
tree | 507178f08e41c4079fa082ad84b0519cc631989d /www | |
parent | 3db811d500df155bdd5d463c0f092ff3a144d179 (diff) | |
download | pkgsrc-a330d99a924cfbd57b62340acc8bebc62c8f3ba2.tar.gz |
Remove detection of a threaded Apache MPM at configure time.
Fixes the problem where thread safety was not consistent in
the php, ap-php and php-* extension packages, and makes ap-php
adhere to the maintainer-zts option. Bump PKGREVISION.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-php/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ap-php/Makefile b/www/ap-php/Makefile index 3cf9a06ff72..da96b1d900a 100644 --- a/www/ap-php/Makefile +++ b/www/ap-php/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2014/01/08 10:13:44 jperkin Exp $ +# $NetBSD: Makefile,v 1.30 2014/06/13 14:31:19 fhajny Exp $ PKGNAME= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}-${PHP_BASE_VERS} +PKGREVISION= 1 COMMENT= Apache (${PKG_APACHE}) module for ${PKG_PHP} CONFLICTS= ap-php-[0-9]* |