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:
parent
7a5bc98bdd
commit
15346f148f
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user