aboutsummaryrefslogtreecommitdiffstats
path: root/testing/simgear/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/simgear/APKBUILD')
-rw-r--r--testing/simgear/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/simgear/APKBUILD b/testing/simgear/APKBUILD
index 4fe674cbde3..0cf3985cf60 100644
--- a/testing/simgear/APKBUILD
+++ b/testing/simgear/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=simgear
pkgver=2019.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Sim library for FlightGear"
options="!check" # Accepts boost only up to 1.71.0
url="https://github.com/FlightGear/simgear"
@@ -22,7 +22,7 @@ build() {
rm -rf simgear/xml/*.h simgear/xml/*.c
cmake \
- -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DSYSTEM_EXPAT=ON \