diff options
-rw-r--r-- | main/daq/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/daq/APKBUILD b/main/daq/APKBUILD index 6a881c182b8..73108a86381 100644 --- a/main/daq/APKBUILD +++ b/main/daq/APKBUILD @@ -2,12 +2,13 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=daq pkgver=2.0.6 -pkgrel=3 +pkgrel=4 pkgdesc="Data Acquisition library - packet I/O library" url="https://www.snort.org/" arch="all" license="GPL-2.0-only" -makedepends="libpcap-dev flex bison" +makedepends="libpcap-dev flex bison linux-headers libnetfilter_queue-dev + libnfnetlink-dev libdnet-dev" subpackages="$pkgname-static $pkgname-sfbpf $pkgname-dev" source="https://www.snort.org/downloads/snort/daq-$pkgver.tar.gz fix-includes.patch |