|
@@ -19,8 +19,8 @@ BOOST_IGNORE_CVES += CVE-2009-3654
|
|
|
HOST_BOOST_FLAGS = --without-icu --with-toolset=gcc \
|
|
|
--without-libraries=$(subst $(space),$(comma),atomic chrono context \
|
|
|
contract coroutine date_time exception filesystem graph graph_parallel \
|
|
|
- iostreams locale log math mpi program_options python random regex \
|
|
|
- serialization system test thread timer type_erasure wave)
|
|
|
+ iostreams locale log math mpi nowide program_options python random \
|
|
|
+ regex serialization system test thread timer type_erasure wave)
|
|
|
|
|
|
BOOST_WITHOUT_FLAGS += $(if $(BR2_PACKAGE_BOOST_ATOMIC),,atomic)
|
|
|
BOOST_WITHOUT_FLAGS += $(if $(BR2_PACKAGE_BOOST_CHRONO),,chrono)
|
|
@@ -39,6 +39,7 @@ BOOST_WITHOUT_FLAGS += $(if $(BR2_PACKAGE_BOOST_LOCALE),,locale)
|
|
|
BOOST_WITHOUT_FLAGS += $(if $(BR2_PACKAGE_BOOST_LOG),,log)
|
|
|
BOOST_WITHOUT_FLAGS += $(if $(BR2_PACKAGE_BOOST_MATH),,math)
|
|
|
BOOST_WITHOUT_FLAGS += $(if $(BR2_PACKAGE_BOOST_MPI),,mpi)
|
|
|
+BOOST_WITHOUT_FLAGS += $(if $(BR2_PACKAGE_BOOST_NOWIDE),,nowide)
|
|
|
BOOST_WITHOUT_FLAGS += $(if $(BR2_PACKAGE_BOOST_PROGRAM_OPTIONS),,program_options)
|
|
|
BOOST_WITHOUT_FLAGS += $(if $(BR2_PACKAGE_BOOST_PYTHON),,python)
|
|
|
BOOST_WITHOUT_FLAGS += $(if $(BR2_PACKAGE_BOOST_RANDOM),,random)
|