diff options
Diffstat (limited to 'community/gvm-libs/APKBUILD')
-rw-r--r-- | community/gvm-libs/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gvm-libs/APKBUILD b/community/gvm-libs/APKBUILD index 0796b6db3f..6cdf01a2e5 100644 --- a/community/gvm-libs/APKBUILD +++ b/community/gvm-libs/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=gvm-libs pkgver=11.0.0 -pkgrel=2 +pkgrel=3 pkgdesc="Greenbone Vulnerability Management Libraries" url="https://www.openvas.org/" arch="all" @@ -31,7 +31,7 @@ prepare() { build() { cd $builddir/build - cmake -DCMAKE_BUILD_TYPE=Release \ + cmake -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DBUILD_STATIC=0 \ -DBUILD_SHARED=1 \ |