summaryrefslogtreecommitdiff
path: root/extra/boost
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-08-05 11:50:41 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-08-05 11:50:41 +0200
commit9c15182004cd75a74530c58aa29575d1a8125837 (patch)
treedde5b10fb14c308a30a805d806c8c564d57fcfcb /extra/boost
parentf8fb06773f815f5df8988d0395565f5da4fe20f8 (diff)
Build fixes.
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"