[packages/php/PHP_5_3] - rel 49; fixed icu build
arekm
arekm at pld-linux.org
Sat Oct 19 22:52:47 CEST 2019
commit 9963e12a7bf6c8a842921b1650643cc0be9c5050
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sat Oct 19 22:52:39 2019 +0200
- rel 49; fixed icu build
php-icu64.patch | 12 ++++++++++++
php.spec | 2 +-
2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/php.spec b/php.spec
index 7856269..b331731 100644
--- a/php.spec
+++ b/php.spec
@@ -143,7 +143,7 @@ ERROR: You need to select at least one Apache SAPI to build shared modules.
%undefine with_alternatives
%endif
-%define rel 48
+%define rel 49
%define orgname php
%define ver_suffix 53
%define php_suffix %{!?with_default_php:%{ver_suffix}}
diff --git a/php-icu64.patch b/php-icu64.patch
index 98b53d5..5ada324 100644
--- a/php-icu64.patch
+++ b/php-icu64.patch
@@ -164,3 +164,15 @@
*status = U_ILLEGAL_ARGUMENT_ERROR;
cleanup_zvals();
break;
+
+--- php-5.4.45/ext/intl/php_intl.h~ 2015-09-01 22:09:37.000000000 +0200
++++ php-5.4.45/ext/intl/php_intl.h 2019-10-19 22:42:30.454962149 +0200
+@@ -22,6 +22,8 @@
+
+ #include <php.h>
+
++#undef U_SHOW_CPLUSPLUS_API
++#define U_SHOW_CPLUSPLUS_API 0
+ #include "collator/collator_sort.h"
+ #include "grapheme/grapheme.h"
+ #include "intl_error.h"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/9963e12a7bf6c8a842921b1650643cc0be9c5050
More information about the pld-cvs-commit
mailing list