From 9f3a4a5d57bc5e020729de52169765acfb0bea18 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Thu, 13 Jan 2022 19:07:37 +0100 Subject: [PATCH] package/boost: enable regex on host regex is needed on host for host-riscv-isa-sim Signed-off-by: Fabrice Fontaine Signed-off-by: Thomas Petazzoni --- package/boost/boost.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/boost/boost.mk b/package/boost/boost.mk index 6e026f4781..6d1046e9a2 100644 --- a/package/boost/boost.mk +++ b/package/boost/boost.mk @@ -17,7 +17,7 @@ HOST_BOOST_FLAGS = --without-icu --with-toolset=gcc \ --without-libraries=$(subst $(space),$(comma),atomic chrono context \ contract container coroutine date_time exception fiber filesystem graph \ graph_parallel iostreams json locale log math mpi nowide program_options \ - python random regex serialization stacktrace system test thread timer \ + python random serialization stacktrace system test thread timer \ type_erasure wave) BOOST_WITHOUT_FLAGS += $(if $(BR2_PACKAGE_BOOST_ATOMIC),,atomic)