diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-01-15 09:51:55 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-01-15 09:51:55 +0000 |
commit | 1f5994b589c115cd4def88f6f5204f0d73e2d0a5 (patch) | |
tree | 48d5881de98aee75d22fd09c6c25a88638b6df5f /www | |
parent | 571cceb91851ad31493344174e895bd87c17636e (diff) | |
download | pkgsrc-1f5994b589c115cd4def88f6f5204f0d73e2d0a5.tar.gz |
ap-php: Use {FORTIFY,SSP}_SUPPORTED.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-php/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ap-php/Makefile b/www/ap-php/Makefile index b0121cb5aa2..d3c5b8ed3fc 100644 --- a/www/ap-php/Makefile +++ b/www/ap-php/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2017/08/17 15:05:42 hauke Exp $ +# $NetBSD: Makefile,v 1.38 2018/01/15 09:51:55 jperkin Exp $ PKGNAME= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}-${PHP_VERSION} COMMENT= Apache (${PKG_APACHE}) module for ${PKG_PHP} @@ -9,8 +9,8 @@ USE_TOOLS+= lex pkg-config APACHE_MODULE= YES -PKGSRC_USE_FORTIFY= no -PKGSRC_USE_SSP= no +FORTIFY_SUPPORTED= no +SSP_SUPPORTED= no .include "../../lang/php/phpversion.mk" .include "${PHPPKGSRCDIR}/Makefile.php" |