-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
openwrt/packages#13883 php/php-src@8eaaabd Signed-off-by: Hirokazu MORIKAWA <[email protected]>
- Loading branch information
1 parent
77ab6b5
commit a10ccd9
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk | |
|
||
PKG_NAME:=php | ||
PKG_VERSION:=7.4.12 | ||
PKG_RELEASE:=1 | ||
PKG_RELEASE:=2 | ||
|
||
PKG_MAINTAINER:=Michael Heimpold <[email protected]> | ||
PKG_LICENSE:=PHP-3.01 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |