aboutsummaryrefslogtreecommitdiffstats
path: root/community/ghc
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2019-12-02 20:32:31 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2019-12-12 16:31:59 +0000
commitc80683371f898eb4a6f96847d94c8a9770bdf528 (patch)
treedd9025eddabba39c6947f77e62da63c7376d32ae /community/ghc
parent5e779fca0ac87cdcc080ce7ce8bcfa1c4c5d40b0 (diff)
downloadaports-c80683371f898eb4a6f96847d94c8a9770bdf528.tar.bz2
aports-c80683371f898eb4a6f96847d94c8a9770bdf528.tar.xz
community/ghc: add BuildFlavour for cross build
Diffstat (limited to 'community/ghc')
-rw-r--r--community/ghc/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/ghc/APKBUILD b/community/ghc/APKBUILD
index 4925c46797..fbe3d76f58 100644
--- a/community/ghc/APKBUILD
+++ b/community/ghc/APKBUILD
@@ -2,7 +2,7 @@
pkgname=ghc
pkgver=8.6.5
_llvmver=9
-pkgrel=0
+pkgrel=1
# Normal non rc candidate
_urlprefix="$pkgver"
_pkgprefix="$pkgname-$pkgver"
@@ -66,6 +66,7 @@ prepare() {
if [ "$CBUILD" != "$CTARGET" ]; then
# cross-build
cat >> mk/build.mk <<-EOF
+ BuildFlavour = perf-cross
HADDOCK_DOCS = NO
BUILD_SPHINX_HTML = NO
BUILD_SPHINX_PS = NO