Fri Jul 27 07:08:09 2018 UTC ()
Roll back GCC_REQD build failure workaround

A better fix has been commites:
https://mail-index.netbsd.org/pkgsrc-changes/2018/07/16/msg178322.html


(manu)
diff -r1.42 -r1.43 pkgsrc/www/ap-php/Makefile

cvs diff -r1.42 -r1.43 pkgsrc/www/ap-php/Makefile (expand / switch to unified diff)

--- pkgsrc/www/ap-php/Makefile 2018/07/26 12:39:19 1.42
+++ pkgsrc/www/ap-php/Makefile 2018/07/27 07:08:09 1.43
@@ -1,24 +1,22 @@ @@ -1,24 +1,22 @@
1# $NetBSD: Makefile,v 1.42 2018/07/26 12:39:19 manu Exp $ 1# $NetBSD: Makefile,v 1.43 2018/07/27 07:08:09 manu Exp $
2 2
3PKGNAME= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}-${PHP_VERSION} 3PKGNAME= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}-${PHP_VERSION}
4COMMENT= Apache (${PKG_APACHE}) module for ${PKG_PHP} 4COMMENT= Apache (${PKG_APACHE}) module for ${PKG_PHP}
5 5
6CONFLICTS= ap-php-[0-9]* 6CONFLICTS= ap-php-[0-9]*
7 7
8USE_TOOLS+= lex pkg-config 8USE_TOOLS+= lex pkg-config
9 9
10GCC_REQD+= 6.2 
11 
12APACHE_MODULE= YES 10APACHE_MODULE= YES
13 11
14FORTIFY_SUPPORTED= no 12FORTIFY_SUPPORTED= no
15SSP_SUPPORTED= no 13SSP_SUPPORTED= no
16 14
17.include "../../lang/php/phpversion.mk" 15.include "../../lang/php/phpversion.mk"
18.include "${PHPPKGSRCDIR}/Makefile.php" 16.include "${PHPPKGSRCDIR}/Makefile.php"
19 17
20MESSAGE_SUBST+= PKG_PHP_MAJOR_VERS=${PKG_PHP_MAJOR_VERS} 18MESSAGE_SUBST+= PKG_PHP_MAJOR_VERS=${PKG_PHP_MAJOR_VERS}
21 19
22# Ensure we export symbols in the linked shared object. 20# Ensure we export symbols in the linked shared object.
23CONFIGURE_ENV+= EXTRA_LDFLAGS=${EXPORT_SYMBOLS_LDFLAGS:M*:Q} 21CONFIGURE_ENV+= EXTRA_LDFLAGS=${EXPORT_SYMBOLS_LDFLAGS:M*:Q}
24 22