mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
suricata: fix compilation flags
This commit is contained in:
parent
c61a78858d
commit
f8960125d5
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'suricata'
|
# Template file for 'suricata'
|
||||||
pkgname=suricata
|
pkgname=suricata
|
||||||
version=3.2.1
|
version=3.2.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-gccmarch-native"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libnet-devel libpcap-devel pcre-devel libyaml-devel libcap-ng-devel file-devel"
|
makedepends="libnet-devel libpcap-devel pcre-devel libyaml-devel libcap-ng-devel file-devel"
|
||||||
short_desc="Next Generation Intrusion Detection and Prevention Engine"
|
short_desc="Next Generation Intrusion Detection and Prevention Engine"
|
||||||
|
@ -13,7 +14,7 @@ distfiles="https://www.openinfosecfoundation.org/download/$pkgname-$version.tar.
|
||||||
checksum=0e0b0cf49016804bb2fb1fc4327341617e76a67902f4e03e0ef6d16c1d7d3994
|
checksum=0e0b0cf49016804bb2fb1fc4327341617e76a67902f4e03e0ef6d16c1d7d3994
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall $pkgname.yaml 644 etc/$pkgname/$pkgname.yaml
|
vinstall $pkgname.yaml 644 etc/$pkgname
|
||||||
vinstall classification.config 644 etc/$pkgname/classification.config
|
vinstall classification.config 644 etc/$pkgname/classification.config
|
||||||
vinstall reference.config 644 etc/$pkgname/reference.config
|
vinstall reference.config 644 etc/$pkgname/reference.config
|
||||||
vmkdir etc/$pkgname/rules
|
vmkdir etc/$pkgname/rules
|
||||||
|
|
Loading…
Add table
Reference in a new issue