pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ap-php



Module Name:    pkgsrc
Committed By:   hauke
Date:           Thu Aug 17 15:05:42 UTC 2017

Modified Files:
        pkgsrc/www/ap-php: Makefile

Log Message:
Deal with FORTIFY fall-out.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/www/ap-php/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ap-php/Makefile
diff -u pkgsrc/www/ap-php/Makefile:1.36 pkgsrc/www/ap-php/Makefile:1.37
--- pkgsrc/www/ap-php/Makefile:1.36     Sat Apr  2 10:28:06 2016
+++ pkgsrc/www/ap-php/Makefile  Thu Aug 17 15:05:42 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2016/04/02 10:28:06 taca Exp $
+# $NetBSD: Makefile,v 1.37 2017/08/17 15:05:42 hauke Exp $
 
 PKGNAME=               ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}-${PHP_VERSION}
 COMMENT=               Apache (${PKG_APACHE}) module for ${PKG_PHP}
@@ -9,6 +9,9 @@ USE_TOOLS+=             lex pkg-config
 
 APACHE_MODULE=         YES
 
+PKGSRC_USE_FORTIFY=    no
+PKGSRC_USE_SSP=                no
+
 .include "../../lang/php/phpversion.mk"
 .include "${PHPPKGSRCDIR}/Makefile.php"
 



Home | Main Index | Thread Index | Old Index