aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mapserver/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mapserver/APKBUILD')
-rw-r--r--testing/mapserver/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/mapserver/APKBUILD b/testing/mapserver/APKBUILD
index 75a21e679a2..64275cb45d6 100644
--- a/testing/mapserver/APKBUILD
+++ b/testing/mapserver/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bjoern Schilberg <bjoern@intevation.de>
pkgname=mapserver
pkgver=7.4.3
-pkgrel=1
+pkgrel=2
pkgdesc="MapServer is CGI-based platform for publishing spatial data and interactive mapping applications to the web"
url="https://mapserver.org/"
arch="x86_64"
@@ -36,7 +36,7 @@ build() {
mkdir build; cd build
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_BUILD_TYPE=None \
-DWITH_GDAL=ON \
-DWITH_GEOS=ON \
-DWITH_OGR=ON \