From 347c049e997ffb4aebc6488540a1a649cd0b90288ee73c41df4f568ee6a40ba3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 26 Nov 2015 14:00:15 +0000 Subject: [PATCH] Accepting request 346382 from home:Andreas_Schwab:Factory - coroutine2 depends on context, disable it if context is not built OBS-URL: https://build.opensuse.org/request/show/346382 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=152 --- boost.changes | 5 +++++ boost.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/boost.changes b/boost.changes index 375638e..b1e24fb 100644 --- a/boost.changes +++ b/boost.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 26 10:57:32 UTC 2015 - schwab@suse.de + +- coroutine2 depends on context, disable it if context is not built + ------------------------------------------------------------------- Fri Oct 23 11:29:11 UTC 2015 - idonmez@suse.com diff --git a/boost.spec b/boost.spec index dd82705..a242dfb 100644 --- a/boost.spec +++ b/boost.spec @@ -475,8 +475,8 @@ export EXPAT_INCLUDE=/usr/include EXPAT_LIBPATH=%{_libdir} export PYTHON_FLAGS LIBRARIES_FLAGS=--with-libraries=all %if !%build_context -# coroutine depends on context -LIBRARIES_FLAGS+=" --without-libraries=context,coroutine" +# coroutine/coroutine2 depend on context +LIBRARIES_FLAGS+=" --without-libraries=context,coroutine,coroutine2" %endif EOF