Accepting request 212994 from home:Andreas_Schwab:Factory

- Disable coroutine library together with context

OBS-URL: https://build.opensuse.org/request/show/212994
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=116
This commit is contained in:
Ismail Dönmez 2014-01-07 11:38:28 +00:00 committed by Git OBS Bridge
parent 7a5bc98bdd
commit 15346f148f
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 7 11:02:00 UTC 2014 - schwab@suse.de
- Disable coroutine library together with context
-------------------------------------------------------------------
Sat Jan 4 19:57:55 UTC 2014 - coolo@suse.com

View File

@ -470,7 +470,8 @@ export EXPAT_INCLUDE=/usr/include EXPAT_LIBPATH=%{_libdir}
export PYTHON_FLAGS
LIBRARIES_FLAGS=
%if !%build_context
LIBRARIES_FLAGS+=" --without-context"
# coroutine depends on context
LIBRARIES_FLAGS+=" --without-context --without-coroutine"
%endif
EOF