boost: Remove thread dependency from context
thread is only used when the C++ mutex header is missing. AFAIK, this is the case on Windows and not on Linux. Certainly not in OpenWrt. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
ddd4109c1c
commit
260d4a346a
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ endef
|
|||
$(eval $(call DefineBoostLibrary,atomic,system))
|
||||
$(eval $(call DefineBoostLibrary,chrono,system))
|
||||
$(eval $(call DefineBoostLibrary,container))
|
||||
$(eval $(call DefineBoostLibrary,context,chrono system thread,,!boost-context-exclude))
|
||||
$(eval $(call DefineBoostLibrary,context,chrono system,,!boost-context-exclude))
|
||||
$(eval $(call DefineBoostLibrary,contract,system))
|
||||
$(eval $(call DefineBoostLibrary,coroutine,system chrono context thread,,!boost-coroutine-exclude))
|
||||
$(eval $(call DefineBoostLibrary,date_time))
|
||||
|
|
Loading…
Reference in a new issue