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/dsniff | |
parent | ae27d799dd321ae97bd0241ad10ba2be697064a5 (diff) |
disable for musl
Diffstat (limited to 'package/dsniff')
-rw-r--r-- | package/dsniff/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/dsniff/Makefile b/package/dsniff/Makefile index b11d9af1c..813956bfc 100644 --- a/package/dsniff/Makefile +++ b/package/dsniff/Makefile @@ -15,6 +15,7 @@ PKG_URL:= http://www.monkey.org/~dugsong/dsniff/ PKG_SITES:= http://www.monkey.org/~dugsong/dsniff/beta/ PKG_ARCH_DEPENDS:= !arm +PKG_LIBC_DEPENDS:= uclibc eglibc glibc WRKDIST= ${WRKDIR}/${PKG_NAME}-2.4 |