pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ap-php Workaround gcc version-specific segmentatio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bd6ff17ec1e9
branches:  trunk
changeset: 310903:bd6ff17ec1e9
user:      manu <manu%pkgsrc.org@localhost>
date:      Thu Jul 26 12:39:19 2018 +0000

description:
Workaround gcc version-specific segmentation fault during build

The problem is described here: https://bugs.php.net/bug.php?id=74527

diffstat:

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

diffs (18 lines):

diff -r afc515bc7ca8 -r bd6ff17ec1e9 www/ap-php/Makefile
--- a/www/ap-php/Makefile       Thu Jul 26 12:22:50 2018 +0000
+++ b/www/ap-php/Makefile       Thu Jul 26 12:39:19 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2018/07/20 13:33:02 taca Exp $
+# $NetBSD: Makefile,v 1.42 2018/07/26 12:39:19 manu Exp $
 
 PKGNAME=               ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}-${PHP_VERSION}
 COMMENT=               Apache (${PKG_APACHE}) module for ${PKG_PHP}
@@ -7,6 +7,8 @@
 
 USE_TOOLS+=            lex pkg-config
 
+GCC_REQD+=             6.2
+
 APACHE_MODULE=         YES
 
 FORTIFY_SUPPORTED=     no



Home | Main Index | Thread Index | Old Index