From 1f5994b589c115cd4def88f6f5204f0d73e2d0a5 Mon Sep 17 00:00:00 2001 From: jperkin Date: Mon, 15 Jan 2018 09:51:55 +0000 Subject: ap-php: Use {FORTIFY,SSP}_SUPPORTED. --- www/ap-php/Makefile | 6 +++--- 1 file 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" -- cgit v1.2.3