diff options
Diffstat (limited to 'main/snort/APKBUILD')
-rw-r--r-- | main/snort/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/snort/APKBUILD b/main/snort/APKBUILD index 1bb32db51..da8f05189 100644 --- a/main/snort/APKBUILD +++ b/main/snort/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=snort pkgver=2.9.6.1 -pkgrel=0 +pkgrel=1 pkgdesc="An open source network intrusion prevention and detection system" url="http://www.snort.org/" arch="all" @@ -55,6 +55,7 @@ build() { --infodir=/usr/share/info \ --enable-ipv6 \ --enable-gre \ + --enable-non-ether-decoders \ || return 1 make || return 1 } |