summaryrefslogtreecommitdiff
path: root/extra/boost
diff options
context:
space:
mode:
Diffstat (limited to 'extra/boost')
-rw-r--r--extra/boost/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/boost/PKGBUILD b/extra/boost/PKGBUILD
index 3ec7e8cfa..1fd5c6f5a 100644
--- a/extra/boost/PKGBUILD
+++ b/extra/boost/PKGBUILD
@@ -64,7 +64,7 @@ build() {
cp -a tools/boostbook/{xsl,dtd} "${_stagedir}"/share/boostbook/
# Disable context on mips64el, it needs N32-specific assembly.
- [ "$CARCH" = "mips64el" ] && extra=--without-context
+ [ "$CARCH" = "mips64el" ] && extra="--without-context --without-coroutine"
# default "minimal" install: "release link=shared,static
# runtime-link=shared threading=single,multi"