boost: Remove thread dependency from context 10168/head
authorRosen Penev <rosenp@gmail.com>
Mon, 7 Oct 2019 18:06:17 +0000 (11:06 -0700)
committerRosen Penev <rosenp@gmail.com>
Mon, 7 Oct 2019 18:07:50 +0000 (11:07 -0700)
commit260d4a346afeffec5f7e4818d1179ea8db70420e
treedcfc75fdbafcf714595deee06df5e1f16cd27081
parentddd4109c1cc87193f2fd04eda1adb0886226fa67
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>
libs/boost/Makefile