aboutsummaryrefslogtreecommitdiffstats
path: root/main/boost
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-04-18 06:46:17 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-04-18 06:48:11 +0000
commit6895c7b3edf045aea12c75e47f60356ae604f152 (patch)
tree032ce5ee4da7e5da53d3ca9283f0e72f98b3234a /main/boost
parentdd389ec639c40ab2194e80becd77cf0c0f7c3aba (diff)
downloadaports-6895c7b3edf045aea12c75e47f60356ae604f152.tar.bz2
aports-6895c7b3edf045aea12c75e47f60356ae604f152.tar.xz
main/boost: build s390x with context and coroutine
s390x builds with context and coroutine now so we dont need to exclude anything.
Diffstat (limited to 'main/boost')
-rw-r--r--main/boost/APKBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/main/boost/APKBUILD b/main/boost/APKBUILD
index 97bc05e5bf..87e28cbf17 100644
--- a/main/boost/APKBUILD
+++ b/main/boost/APKBUILD
@@ -2,7 +2,7 @@
pkgname=boost
pkgver=1.69.0
_pkgver="${pkgver//./_}"
-pkgrel=2
+pkgrel=3
pkgdesc="Free peer-reviewed portable C++ source libraries"
url="http://www.boost.org/"
arch="all"
@@ -26,7 +26,6 @@ case "$CARCH" in
s390x)
_boostarch=s390
_l_suffix=390
- _options_carch="--without-context --without-coroutine"
;;
*) _boostarch=$CARCH ;;
esac
@@ -71,9 +70,6 @@ _libs="
wserialization
"
for _lib in $_libs; do
- case "$_options_carch " in # traing space is there to match last word
- *"--without-${_lib} ") continue;;
- esac
subpackages="$subpackages ${pkgname}-${_lib}:_boostlib"
done; unset -v _lib
subpackages="$subpackages $pkgname-libs"