summaryrefslogtreecommitdiff
path: root/package/daq
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-15 14:12:00 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-15 14:12:00 +0100
commit24db4fb9b27f4ea87b3ecdf8fd4dd07b62ba9514 (patch)
treecec2d85b768a617ae371837eec7069e7f155e568 /package/daq
parentf377248abda877e2a945f4152e3e57bbaaeec1ca (diff)
parent7260a427d88f1cbfcd8534c5f7805b4b56efb544 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/daq')
-rw-r--r--package/daq/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/daq/Makefile b/package/daq/Makefile
index be48531c6..7e5c05c00 100644
--- a/package/daq/Makefile
+++ b/package/daq/Makefile
@@ -9,11 +9,12 @@ PKG_RELEASE:= 3
PKG_MD5SUM:= a00855a153647df76d47f1ea454f74ae
PKG_DESCR:= daq
PKG_SECTION:= libs
-PKG_DEPENDS:= libpcap
-PKG_BUILDDEP:= libpcap autotool
+PKG_DEPENDS:= libpcap libdnet
+PKG_BUILDDEP:= libpcap libdnet autotool
PKG_URL:= http://www.snort.org
PKG_SITES:= http://openadk.org/distfiles/
PKG_OPTS:= dev
+PKG_NOPARALLEL:= 1
include $(TOPDIR)/mk/package.mk