pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/www/ap-php
Er, I’m sure you didn’t want to force this on everybody?! At least on SunOS we’ve never had any problems building mod_php with GCC 4.x and the like.
-F
> 26. 7. 2018 v 14:39, Emmanuel Dreyfus <manu%netbsd.org@localhost>:
>
> Module Name: pkgsrc
> Committed By: manu
> Date: Thu Jul 26 12:39:19 UTC 2018
>
> Modified Files:
> pkgsrc/www/ap-php: Makefile
>
> Log Message:
> Workaround gcc version-specific segmentation fault during build
>
> The problem is described here: https://bugs.php.net/bug.php?id=74527
>
>
> To generate a diff of this commit:
> cvs rdiff -u -r1.41 -r1.42 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.41 pkgsrc/www/ap-php/Makefile:1.42
> --- pkgsrc/www/ap-php/Makefile:1.41 Fri Jul 20 13:33:02 2018
> +++ pkgsrc/www/ap-php/Makefile Thu Jul 26 12:39:19 2018
> @@ -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 @@ CONFLICTS= ap-php-[0-9]*
>
> USE_TOOLS+= lex pkg-config
>
> +GCC_REQD+= 6.2
> +
> APACHE_MODULE= YES
>
> FORTIFY_SUPPORTED= no
>
Home |
Main Index |
Thread Index |
Old Index