diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-14 16:19:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-14 16:19:57 +0200 |
commit | 0ae09b6000f99736f56cd3fc701855d474a31746 (patch) | |
tree | 8d40d69a9b5c1ac597b69fcf9b2532d7a2c10cc1 /package/dsniff/Makefile | |
parent | 3e16daee39b50bfccf4d389385f8748da016cdcc (diff) | |
parent | ac01f0d24321933d3456190164f5b68ccc94976a (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/dsniff/Makefile')
-rw-r--r-- | package/dsniff/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/dsniff/Makefile b/package/dsniff/Makefile index 0039601c3..c5b732866 100644 --- a/package/dsniff/Makefile +++ b/package/dsniff/Makefile @@ -14,6 +14,8 @@ PKG_BUILDDEP:= libnids openssl gdbm libpcap libnet PKG_URL:= http://www.monkey.org/~dugsong/dsniff/ PKG_SITES:= http://www.monkey.org/~dugsong/dsniff/beta/ +PKG_ARCH_DEPENDS:= !arm + WRKDIST= ${WRKDIR}/${PKG_NAME}-2.4 include ${TOPDIR}/mk/package.mk |