aboutsummaryrefslogtreecommitdiffstats
path: root/community/gvmd/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gvmd/APKBUILD')
-rw-r--r--community/gvmd/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gvmd/APKBUILD b/community/gvmd/APKBUILD
index 073c136d0a..70f751bc39 100644
--- a/community/gvmd/APKBUILD
+++ b/community/gvmd/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=gvmd
pkgver=9.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="Greenbone Vulnerability Manager"
url="https://www.openvas.org/"
arch="all"
@@ -39,7 +39,7 @@ prepare() {
build() {
cd "$builddir"/build
- cmake -DCMAKE_BUILD_TYPE=Release \
+ cmake -DCMAKE_BUILD_TYPE=None \
-DSBINDIR=/usr/bin \
-DCMAKE_INSTALL_PREFIX=/usr \
-DSYSCONFDIR=/etc \