summaryrefslogtreecommitdiff
path: root/package/scanlogd/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-10-11 17:18:57 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-10-11 17:18:57 +0200
commitcaf7cf1a9ceb76481bea92282e886cce420b07ff (patch)
tree452028468d49e94d20b5c7cdffad1065a98f52ce /package/scanlogd/Makefile
parent0bdeb3a8e7a5bf05dee49a8cf42701a51927ec15 (diff)
remove already disabled uClibc support, fix wrong PKG_LIBC_DEPENDS
Diffstat (limited to 'package/scanlogd/Makefile')
-rw-r--r--package/scanlogd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/scanlogd/Makefile b/package/scanlogd/Makefile
index 20e9a8877..796ef0fda 100644
--- a/package/scanlogd/Makefile
+++ b/package/scanlogd/Makefile
@@ -16,7 +16,7 @@ PKG_SITES:= http://www.openwall.com/scanlogd/
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
PKG_ARCH_DEPENDS:= !arm
-PKG_LIBC_DEPENDS:= uclibc glibc
+PKG_LIBC_DEPENDS:= uclibc-ng glibc
include ${ADK_TOPDIR}/mk/package.mk