diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-03-28 13:51:33 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-03-28 13:51:50 +0000 |
commit | 0987cc80341478e80b9394ee2272979dab8a6332 (patch) | |
tree | 5ee50a2edb9fa39b4c4580b1ca5c9c8bc51b1bd0 /main | |
parent | 833fe794a1dfb77d4e8c4c38ed7b8959cca82d96 (diff) | |
download | aports-0987cc80341478e80b9394ee2272979dab8a6332.tar.bz2 aports-0987cc80341478e80b9394ee2272979dab8a6332.tar.xz |
main/boost: build fix for s390x
Diffstat (limited to 'main')
-rw-r--r-- | main/boost/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/boost/APKBUILD b/main/boost/APKBUILD index cd7e4515bc..e8a5c3139e 100644 --- a/main/boost/APKBUILD +++ b/main/boost/APKBUILD @@ -70,7 +70,7 @@ esac _enginedir=tools/build/src/engine _bjam="${builddir}/$_enginedir/bin.linux${_boostarch}/bjam" [ "$_boostarch" = "s390" ] && _bjam="${builddir}/$_enginedir/bin.linux390/bjam" && \ - _options_s390="--without-context --without-coroutine --without-coroutine2" + _options_s390="--without-context --without-coroutine" _options="--user-config=\"$builddir/user-config.jam\" --prefix=\"$pkgdir/usr\" |