summaryrefslogtreecommitdiff
path: root/package/libunistring
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-08-02 06:46:38 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-08-02 06:46:38 +0200
commit7da4bacf37eb053bc0a2979d21416cebe1451c53 (patch)
tree1bbd4f53a46500e8e9eb69f7817eee4812874d81 /package/libunistring
parentefb24e6492c5cd839836fd7f30843ac7c86e7c00 (diff)
libunistring: update to 0.9.7, allows to compile for musl toolchains
Diffstat (limited to 'package/libunistring')
-rwxr-xr-xpackage/libunistring/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/package/libunistring/Makefile b/package/libunistring/Makefile
index 1546c4ffa..7ab3c9794 100755
--- a/package/libunistring/Makefile
+++ b/package/libunistring/Makefile
@@ -4,19 +4,15 @@
include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= libunistring
-PKG_VERSION:= 0.9.3
-PKG_RELEASE:= 2
-PKG_HASH:= 610d3ec724fbdaa654afe3cff20b9f4d504be3fd296fded2e0f7f764041006a3
+PKG_VERSION:= 0.9.7
+PKG_RELEASE:= 1
+PKG_HASH:= 2e3764512aaf2ce598af5a38818c0ea23dedf1ff5460070d1b6cee5c3336e797
PKG_DESCR:= functions for manipulating unicode strings
PKG_SECTION:= libs/misc
PKG_URL:= http://www.gnu.org/software/libunistring/
PKG_SITES:= ${MASTER_SITE_GNU:=libunistring/}
PKG_OPTS:= dev
-PKG_LIBC_DEPENDS:= uclibc-ng glibc
-
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
-
include ${ADK_TOPDIR}/mk/package.mk
$(eval $(call PKG_template,LIBUNISTRING,libunistring,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))