diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-25 21:22:19 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-25 21:22:19 +0100 |
commit | aefd3daa27a93a830aa7e43b769cc20afaa32c53 (patch) | |
tree | 52546469daff0c3e8adfd413647af254341d6f58 /package | |
parent | a08209ee56b3587dff4b4004f3e313e83ad88d7d (diff) |
disable for musl
Diffstat (limited to 'package')
-rw-r--r-- | package/heyu/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/heyu/Makefile b/package/heyu/Makefile index 9feaa4a67..d4dd07df8 100644 --- a/package/heyu/Makefile +++ b/package/heyu/Makefile @@ -13,6 +13,8 @@ PKG_DEPENDS:= setserial PKG_URL:= http://heyu.tanj.com/ PKG_SITES:= http://heyu.tanj.com/download/ +PKG_LIBC_DEPENDS:= uclibc eglibc glibc + DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tgz include ${TOPDIR}/mk/package.mk |