diff options
Diffstat (limited to 'community/greenbone-security-assistant/APKBUILD')
-rw-r--r-- | community/greenbone-security-assistant/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/greenbone-security-assistant/APKBUILD b/community/greenbone-security-assistant/APKBUILD index 627a464774..813dbc3b94 100644 --- a/community/greenbone-security-assistant/APKBUILD +++ b/community/greenbone-security-assistant/APKBUILD @@ -3,7 +3,7 @@ pkgname=greenbone-security-assistant _pkgname=gsad pkgver=9.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="Greenbone Security Assistant (gsa) - OpenVAS web frontend" url="http://www.openvas.org/" arch="all" @@ -32,7 +32,7 @@ prepare() { build() { cd $builddir/build - cmake -DCMAKE_BUILD_TYPE=Release \ + cmake -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DSYSCONFDIR=/etc \ -DSBINDIR=/usr/sbin \ |