diff options
Diffstat (limited to 'packaging/boost.spec')
-rw-r--r-- | packaging/boost.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/boost.spec b/packaging/boost.spec index a35f906bb8..545f0e379a 100644 --- a/packaging/boost.spec +++ b/packaging/boost.spec @@ -428,7 +428,7 @@ LIBRARIES_FLAGS=--with-libraries=all %if !%{build_context} # coroutine/coroutine2 depend on context -LIBRARIES_FLAGS+=" --without-libraries=context,coroutine,coroutine2" +LIBRARIES_FLAGS+=" --without-libraries=context,coroutine" %endif %if !%{build_fiber} |