[arch-commits] Commit in php/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Wed Mar 28 00:21:44 UTC 2018


    Date: Wednesday, March 28, 2018 @ 00:21:43
  Author: foutrelis
Revision: 320456

Fix build with ICU 61

Modified:
  php/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +++
 1 file changed, 3 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-27 23:55:29 UTC (rev 320455)
+++ PKGBUILD	2018-03-28 00:21:43 UTC (rev 320456)
@@ -54,6 +54,9 @@
 }
 
 build() {
+	# http://site.icu-project.org/download/61#TOC-Migration-Issues
+	CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
+
 	local _phpconfig="--srcdir=../${pkgbase}-${pkgver} \
 		--config-cache \
 		--prefix=/usr \



More information about the arch-commits mailing list