diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-03-24 09:00:04 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-03-24 09:00:04 +0100 |
commit | a24e4ad01b7700deb03e8fe687391aa2f1d3e1db (patch) | |
tree | c471e1b3db3f1530fc3f01ce75788680779fc3af | |
parent | 4d9ff9be37178837b914d5dee93bb02a865faf96 (diff) |
disable for musl, pthread mutex problem
-rw-r--r-- | package/libnfc-nci/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libnfc-nci/Makefile b/package/libnfc-nci/Makefile index 2632d167c..cfe2652eb 100644 --- a/package/libnfc-nci/Makefile +++ b/package/libnfc-nci/Makefile @@ -15,6 +15,8 @@ PKG_URL:= https://github.com/NXPNFCLinux/linux_libnfc-nci PKG_SITES:= https://github.com/NXPNFCLinux/linux_libnfc-nci.git PKG_OPTS:= dev +PKG_LIBC_DEPENDS:= glibc uclibc-ng + include $(ADK_TOPDIR)/mk/package.mk $(eval $(call PKG_template,LIBNFC_NCI,libnfc-nci,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION),$(PKG_OPTS))) |