summaryrefslogtreecommitdiff
path: root/package/daq
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-12 18:48:35 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-12 18:48:35 +0100
commit2e8823cb5c59d7524b5dd5e40266c4ef993b3102 (patch)
tree69a9d126a579863abbcf09241bf825754e93e04e /package/daq
parentd095aec6ce9898c422e86df46195e3410eb1f163 (diff)
parent2975c1ab583edcfbb46626f003867738fcb0b556 (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