boost: Remove thread dependency from context
authorRosen Penev <redacted>
Mon, 7 Oct 2019 18:06:17 +0000 (11:06 -0700)
committerRosen Penev <redacted>
Mon, 7 Oct 2019 18:07:50 +0000 (11:07 -0700)
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 <redacted>
libs/boost/Makefile

index 70c630856aca80d05a29df27eda4540894ab2793..90518c17a1e58969cc6a4391ee86a1a45e972631 100644 (file)
@@ -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))
git clone https://git.99rst.org/PROJECT