Browse Source

Merge pull request #10180 from nxhack/icu_uclibc

icu: Deactivate uClibc
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
5f7fc18ce7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libs/icu/Makefile

+ 2
- 2
libs/icu/Makefile View File

@ -11,7 +11,7 @@ PKG_NAME:=icu4c
MAJOR_VERSION:=65
MINOR_VERSION:=1
PKG_VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION)
PKG_RELEASE:=1
PKG_RELEASE:=2
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)
@ -40,7 +40,7 @@ define Package/icu
CATEGORY:=Libraries
TITLE:=International Components for Unicode
URL:=http://icu-project.org
DEPENDS:=+libstdcpp +libpthread
DEPENDS:=+libstdcpp +libpthread @!USE_UCLIBC
endef
define Package/icu/description


Loading…
Cancel
Save