Explorar o código

disable for uClibc-ng

Waldemar Brodkorb %!s(int64=10) %!d(string=hai) anos
pai
achega
63312aa206
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      package/jq/Makefile

+ 3 - 0
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