From 0987cc80341478e80b9394ee2272979dab8a6332 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 28 Mar 2018 13:51:33 +0000 Subject: main/boost: build fix for s390x --- main/boost/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main') 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\" -- cgit v1.2.3