pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ap-php ap-php: Use {FORTIFY, SSP}_SUPPORTED.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d4fcc711c8a
branches:  trunk
changeset: 374068:9d4fcc711c8a
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Jan 15 09:51:55 2018 +0000

description:
ap-php: Use {FORTIFY,SSP}_SUPPORTED.

diffstat:

 www/ap-php/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r adf6e759c89c -r 9d4fcc711c8a www/ap-php/Makefile
--- a/www/ap-php/Makefile       Mon Jan 15 09:50:47 2018 +0000
+++ b/www/ap-php/Makefile       Mon Jan 15 09:51:55 2018 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index