summaryrefslogtreecommitdiff
path: root/package/jq
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-01 22:43:42 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-04 12:18:42 +0200
commit63312aa206545353c816ad3410833b3c7aa854cc (patch)
tree8c0fb68a0b367b045c82d5c718c44fd9cd4d0a58 /package/jq
parent674ce9ee80af2373cadfbfa11803ee42f3c31f4f (diff)
disable for uClibc-ng
Diffstat (limited to 'package/jq')
-rw-r--r--package/jq/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/jq/Makefile b/package/jq/Makefile
index d59eb8a47..94f3d8014 100644
--- a/package/jq/Makefile
+++ b/package/jq/Makefile
@@ -12,6 +12,9 @@ PKG_SECTION:= sys/misc
PKG_URL:= http://stedolan.github.io/jq/
PKG_SITES:= http://stedolan.github.io/jq/download/source/
+# 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