projects
/
php8.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
906d6e5
)
Amend C++11 for intl compilation on older distributions
author
Ondřej Surý
<ondrej@sury.org>
Wed, 10 Apr 2019 06:31:27 +0000
(06:31 +0000)
committer
Ondřej Surý
<ondrej@debian.org>
Thu, 4 Jul 2024 15:15:46 +0000
(17:15 +0200)
Gbp-Pq: Name 0032-Amend-C-11-for-intl-compilation-on-older-distributio.patch
ext/intl/config.m4
patch
|
blob
|
history
diff --git
a/ext/intl/config.m4
b/ext/intl/config.m4
index 78396dc416926d02eb9eab99213fc22500819644..3cfa9f5834e9e6030ca2f1b77890a7ef763e1baf 100644
(file)
--- a/
ext/intl/config.m4
+++ b/
ext/intl/config.m4
@@
-90,7
+90,7
@@
if test "$PHP_INTL" != "no"; then
PHP_CXX_COMPILE_STDCXX(11, mandatory, PHP_INTL_STDCXX)
])
- PHP_INTL_CXX_FLAGS="$INTL_COMMON_FLAGS $PHP_INTL_STDCXX $ICU_CXXFLAGS"
+ PHP_INTL_CXX_FLAGS="$INTL_COMMON_FLAGS $PHP_INTL_STDCXX $ICU_CXXFLAGS
-std=c++11
"
case $host_alias in
*cygwin*) PHP_INTL_CXX_FLAGS="$PHP_INTL_CXX_FLAGS -D_POSIX_C_SOURCE=200809L"
esac