diff options
Diffstat (limited to 'package/jq/Makefile')
-rw-r--r-- | package/jq/Makefile | 3 |
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 |