diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-24 14:08:42 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-24 14:08:42 +0100 |
commit | a9e9a515b0ce831f1e885e9177ae9348b5394e3b (patch) | |
tree | e3c701e8e1a6621ff45036a684b81d0d18813192 /package/scanlogd | |
parent | ae27d799dd321ae97bd0241ad10ba2be697064a5 (diff) |
disable for musl
Diffstat (limited to 'package/scanlogd')
-rw-r--r-- | package/scanlogd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/scanlogd/Makefile b/package/scanlogd/Makefile index 312130771..95d3b28b1 100644 --- a/package/scanlogd/Makefile +++ b/package/scanlogd/Makefile @@ -15,6 +15,7 @@ PKG_URL:= http://www.openwall.com/scanlogd/ PKG_SITES:= http://www.openwall.com/scanlogd/ PKG_ARCH_DEPENDS:= !arm +PKG_LIBC_DEPENDS:= uclibc eglibc glibc include ${TOPDIR}/mk/package.mk |