commit
25d2eadedb
3 changed files with 8 additions and 7 deletions
|
@ -8,12 +8,13 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=icu4c
|
||||
PKG_VERSION:=58.2
|
||||
PKG_RELEASE:=5
|
||||
PKG_VERSION:=59.1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-58_2-src.tgz
|
||||
PKG_SOURCE:=$(PKG_NAME)-59_1-src.tgz
|
||||
PKG_SOURCE_URL:=http://download.icu-project.org/files/$(PKG_NAME)/$(PKG_VERSION)
|
||||
PKG_MD5SUM:=fac212b32b7ec7ab007a12dff1f3aea1
|
||||
PKG_MD5SUM:=54923fa9fab5b2b83f235fb72523de37
|
||||
PKG_HASH:=7132fdaf9379429d004005217f10e00b7d2319d0fea22bdfddef8991c45b75fe
|
||||
|
||||
PKG_LICENSE:=ICU-1.8.1+
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
|
|
@ -2,7 +2,7 @@ diff --git a/Makefile.in b/Makefile.in
|
|||
index 9db6c52..6aa2273 100644
|
||||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
@@ -180,7 +180,6 @@ install-icu: $(INSTALLED_BUILT_FILES)
|
||||
@@ -184,7 +184,6 @@ install-icu: $(INSTALLED_BUILT_FILES)
|
||||
$(INSTALL_SCRIPT) $(top_srcdir)/install-sh $(DESTDIR)$(pkgdatadir)/install-sh
|
||||
@$(MKINSTALLDIRS) $(DESTDIR)$(libdir)/pkgconfig
|
||||
$(INSTALL_DATA) $(ALL_PKGCONFIG_FILES) $(DESTDIR)$(libdir)/pkgconfig/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -893,8 +893,8 @@
|
||||
@@ -883,8 +883,8 @@
|
||||
AC_CHECK_FUNC(strtod_l)
|
||||
if test x$ac_cv_func_strtod_l = xyes
|
||||
then
|
||||
|
@ -13,7 +13,7 @@
|
|||
U_HAVE_STRTOD_L=0
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -7053,8 +7053,8 @@
|
||||
@@ -7093,8 +7093,8 @@
|
||||
|
||||
if test x$ac_cv_func_strtod_l = xyes
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue