mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #13893 from nxhack/php_icu4c_681
php7: fix for icu 68.1
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=php
|
PKG_NAME:=php
|
||||||
PKG_VERSION:=7.4.12
|
PKG_VERSION:=7.4.12
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de>
|
PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de>
|
||||||
PKG_LICENSE:=PHP-3.01
|
PKG_LICENSE:=PHP-3.01
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
--- a/build/php.m4 2020-10-28 00:01:52.000000000 +0900
|
||||||
|
+++ b/build/php.m4 2020-11-13 08:57:27.939303216 +0900
|
||||||
|
@@ -1907,6 +1907,10 @@
|
||||||
|
if test "$PKG_CONFIG icu-io --atleast-version=60"; then
|
||||||
|
ICU_CFLAGS="$ICU_CFLAGS -DU_HIDE_OBSOLETE_UTF_OLD_H=1"
|
||||||
|
fi
|
||||||
|
+
|
||||||
|
+ if test "$PKG_CONFIG icu-io --atleast-version=68"; then
|
||||||
|
+ ICU_CFLAGS="$ICU_CFLAGS -DU_DEFINE_FALSE_AND_TRUE=1"
|
||||||
|
+ fi
|
||||||
|
])
|
||||||
|
|
||||||
|
dnl
|
||||||
Reference in New Issue
Block a user