diff options
author | synnick | 2019-09-17 14:53:12 +0200 |
---|---|---|
committer | synnick | 2019-09-17 14:53:12 +0200 |
commit | 79c86deaf8f4674c4d756792c29b5936b74e7522 (patch) | |
tree | a7679d190ba8812ca444e729ae24663e4d7af2e7 /PKGBUILD | |
parent | e3f88ec437102e5918451f09063cd0633732ddfe (diff) | |
download | aur-79c86deaf8f4674c4d756792c29b5936b74e7522.tar.gz |
Remove deprecated build flag
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |