diff options
Diffstat (limited to 'testing/simgear/APKBUILD')
-rw-r--r-- | testing/simgear/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/testing/simgear/APKBUILD b/testing/simgear/APKBUILD index b6e592841c..234a4cc6db 100644 --- a/testing/simgear/APKBUILD +++ b/testing/simgear/APKBUILD @@ -1,8 +1,9 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=simgear pkgver=2018.3.2 -pkgrel=0 +pkgrel=1 pkgdesc="Sim library for FlightGear" +options="!check" # Accepts boost only up to 1.71.0 url="https://github.com/FlightGear/simgear" arch="x86 x86_64" # openscenegraph availability license="GPL" @@ -22,7 +23,8 @@ prepare() { -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ - -D_POSIX_C_SOURCE=200112L + -D_POSIX_C_SOURCE=200112L \ + -DENABLE_TESTS=false } build() { |