diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-15 17:08:26 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2020-01-02 11:23:28 +0000 |
commit | 48c10e6c956a324d37dacbe606203e70343c922d (patch) | |
tree | 0aa1b916c67ac00398034883e3538e05131c7c12 /testing/simgear/APKBUILD | |
parent | 5f63aa1878fb355ccddb5384a94c196ca66de335 (diff) | |
download | aports-48c10e6c956a324d37dacbe606203e70343c922d.tar.gz aports-48c10e6c956a324d37dacbe606203e70343c922d.tar.bz2 aports-48c10e6c956a324d37dacbe606203e70343c922d.tar.xz |
rebuild against boost-1.72.0
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() { |