mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
icu: Deactivate uClibc
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
This commit is contained in:
@@ -11,7 +11,7 @@ PKG_NAME:=icu4c
|
|||||||
MAJOR_VERSION:=65
|
MAJOR_VERSION:=65
|
||||||
MINOR_VERSION:=1
|
MINOR_VERSION:=1
|
||||||
PKG_VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION)
|
PKG_VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION)
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(MAJOR_VERSION)_$(MINOR_VERSION)-src.tgz
|
PKG_SOURCE:=$(PKG_NAME)-$(MAJOR_VERSION)_$(MINOR_VERSION)-src.tgz
|
||||||
PKG_SOURCE_URL:=https://github.com/unicode-org/icu/releases/download/release-$(MAJOR_VERSION)-$(MINOR_VERSION)
|
PKG_SOURCE_URL:=https://github.com/unicode-org/icu/releases/download/release-$(MAJOR_VERSION)-$(MINOR_VERSION)
|
||||||
@@ -40,7 +40,7 @@ define Package/icu
|
|||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=International Components for Unicode
|
TITLE:=International Components for Unicode
|
||||||
URL:=http://icu-project.org
|
URL:=http://icu-project.org
|
||||||
DEPENDS:=+libstdcpp +libpthread
|
DEPENDS:=+libstdcpp +libpthread @!USE_UCLIBC
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/icu/description
|
define Package/icu/description
|
||||||
|
|||||||
Reference in New Issue
Block a user