summaryrefslogtreecommitdiff
path: root/package/icu4c/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-11-26 20:05:03 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-11-26 20:05:28 +0100
commitd6ac74d209a24fd3b7cc139129147b7234e7a984 (patch)
treef4e95dde31e6d6787cc1e101c7d5b4e0309126b0 /package/icu4c/Makefile
parentd620ea3cb03e98582f347512752704c5595f2178 (diff)
midori: fix dependencies and package, at least midori startsup somehow
Diffstat (limited to 'package/icu4c/Makefile')
-rw-r--r--package/icu4c/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/package/icu4c/Makefile b/package/icu4c/Makefile
index 7f61d7feb..507311d2f 100644
--- a/package/icu4c/Makefile
+++ b/package/icu4c/Makefile
@@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= icu4c
PKG_VERSION:= 54.1
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_HASH:= d42bc9a8ca6a91c55eb0925c279f49e5b508d51ef26ac9850d9be55de5bb8ab3
PKG_DESCR:= unicode and globalization library
PKG_SECTION:= libs/misc
@@ -44,6 +44,10 @@ icu4c-install:
$(INSTALL_DIR) $(IDIR_ICU4C)/usr/lib
$(CP) $(WRKINST)/usr/lib/libicuuc.so* \
$(IDIR_ICU4C)/usr/lib
+ $(CP) $(WRKINST)/usr/lib/libicudata.so* \
+ $(IDIR_ICU4C)/usr/lib
+ $(CP) $(WRKINST)/usr/lib/libicui18n.so* \
+ $(IDIR_ICU4C)/usr/lib
include ${ADK_TOPDIR}/mk/host-bottom.mk
include ${ADK_TOPDIR}/mk/pkg-bottom.mk