boost: Disable all libraries that don't build on armv7hl

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2017-06-15 11:16:58 +01:00
parent 945d44796a
commit 88a8c3ac5a
2 changed files with 8 additions and 19 deletions

View File

@@ -38,8 +38,15 @@ CXXFLAGS += -O3 -fno-strict-aliasing
CONFIGURE_OPTIONS = \
--prefix=/usr \
--layout=tagged \
--without-mpi \
--without-chrono \
--without-context \
--without-coroutine \
--without-coroutine2 \
--without-date_time \
--without-fiber \
--without-graph_parallel \
--without-mpi \
--without-program_options \
--build-dir=serial \
variant=release \
threading=single,multi \