summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsynnick2019-09-17 14:53:12 +0200
committersynnick2019-09-17 14:53:12 +0200
commit79c86deaf8f4674c4d756792c29b5936b74e7522 (patch)
treea7679d190ba8812ca444e729ae24663e4d7af2e7 /PKGBUILD
parente3f88ec437102e5918451f09063cd0633732ddfe (diff)
downloadaur-79c86deaf8f4674c4d756792c29b5936b74e7522.tar.gz
Remove deprecated build flag
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6f96932d4d6..93a4cf2c11b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ md5sums=("SKIP")
build() {
cd "$srcdir/zeek"
git submodule update --init --recursive
- ./configure --disable-auxtools --disable-perftools --disable-python --disable-broker-tests --disable-zeekctl
+ ./configure --disable-auxtools --disable-python --disable-broker-tests --disable-zeekctl
make
}