From aa1864a88224802672ca9c482c3e88447f9c6042 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Feb 2017 10:39:01 +0100 Subject: PHP 7.1.2RC1 --- php-intl.patch | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 php-intl.patch (limited to 'php-intl.patch') diff --git a/php-intl.patch b/php-intl.patch deleted file mode 100644 index a0ce193..0000000 --- a/php-intl.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 6af22d0d3ed224d89be1d1e9e53ff7e2e2e5439d Mon Sep 17 00:00:00 2001 -From: Remi Collet -Date: Wed, 18 Jan 2017 13:00:49 +0100 -Subject: [PATCH] Fix #73956 Link use CC instead of CXX - ---- - ext/intl/config.m4 | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/ext/intl/config.m4 b/ext/intl/config.m4 -index dd28276..ca2cd82 100644 ---- a/ext/intl/config.m4 -+++ b/ext/intl/config.m4 -@@ -86,7 +86,7 @@ if test "$PHP_INTL" != "no"; then - breakiterator/codepointiterator_methods.cpp \ - uchar/uchar.c \ - idn/idn.c \ -- $icu_spoof_src, $ext_shared,,$ICU_INCS -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1) -+ $icu_spoof_src, $ext_shared,,$ICU_INCS -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1,cxx) - PHP_ADD_BUILD_DIR($ext_builddir/collator) - PHP_ADD_BUILD_DIR($ext_builddir/converter) - PHP_ADD_BUILD_DIR($ext_builddir/common) --- -2.1.4 - -- cgit