From 8275d783d8029509ef17e3d8caa6d8b8f90943af Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 1 Oct 2018 14:31:36 +0000 Subject: community/php5: rebuild against icu-62.1 --- community/php5/APKBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'community/php5') diff --git a/community/php5/APKBUILD b/community/php5/APKBUILD index 3cef710fa0..c656dfd367 100644 --- a/community/php5/APKBUILD +++ b/community/php5/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: Matt Smith pkgname=php5 pkgver=5.6.38 -pkgrel=0 +pkgrel=1 pkgdesc="The PHP language runtime engine" url="http://www.php.net/" arch="all" @@ -167,6 +167,10 @@ _do_build() { cd "$_builddir" export EXTENSION_DIR=$_extdir export PEAR_INSTALLDIR="$_peardir" + + #http://source.icu-project.org/repos/icu/trunk/icu4c/readme.html#RecBuild + export CPPFLAGS="$CPPFLAGS -DU_USING_ICU_NAMESPACE=1" + "$_srcdir"/configure $@ || return 1 sed -ri "s/^(EXTRA_LDFLAGS[ ]*\=.*)/\1 -lpthread/" Makefile # see #183 make || return 1 -- cgit v1.2.3