diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-06-29 11:11:56 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-06-29 11:11:56 +0200 |
commit | 2e215f3ac0fb31a287530e8da1fa479f2ae65c69 (patch) | |
tree | 049323da5324adf2da4874d96cb0c8000004f2ba /package/jq | |
parent | 6bf0b58a0e7dc0ed8781103a42886958a3045504 (diff) |
jq: can be used with uClibc-ng, bessel is on now
Diffstat (limited to 'package/jq')
-rw-r--r-- | package/jq/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/jq/Makefile b/package/jq/Makefile index e95a55f98..6c7b176fb 100644 --- a/package/jq/Makefile +++ b/package/jq/Makefile @@ -12,9 +12,6 @@ PKG_SECTION:= sys/misc PKG_URL:= http://stedolan.github.io/jq/ PKG_SITES:= https://github.com/stedolan/jq/releases/download/jq-$(PKG_VERSION)/ -# needs bessel functions not enabled on uClibc-ng -PKG_LIBC_DEPENDS:= glibc musl - DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz include $(ADK_TOPDIR)/mk/package.mk |