This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".
The branch, next has been updated
via 88a8c3ac5aa11378cf42e049b34265670d427d3f (commit)
via 945d44796aef9d0a4516e77118b20268c7461312 (commit)
from 0b4976e2934f961cda0805e5438d1b8349808447 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 88a8c3ac5aa11378cf42e049b34265670d427d3f
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Thu Jun 15 11:16:58 2017 +0100
boost: Disable all libraries that don't build on armv7hl
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 945d44796aef9d0a4516e77118b20268c7461312
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Thu Jun 8 15:43:01 2017 +0100
boost: Properly use CFLAGS & CXXFLAGS
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/common/boost | 18 ------------------
lfs/boost | 19 +++++++++++++------
2 files changed, 13 insertions(+), 24 deletions(-)
Difference in files:
diff --git a/config/rootfiles/common/boost b/config/rootfiles/common/boost
index 3ce23a7..afced4e 100644
--- a/config/rootfiles/common/boost
+++ b/config/rootfiles/common/boost
@@ -13528,15 +13528,6 @@ usr/lib/libboost_container-mt.so.1.64.0
#usr/lib/libboost_container.a
#usr/lib/libboost_container.so
usr/lib/libboost_container.so.1.64.0
-#usr/lib/libboost_context-mt.a
-#usr/lib/libboost_context-mt.so
-usr/lib/libboost_context-mt.so.1.64.0
-#usr/lib/libboost_coroutine-mt.a
-#usr/lib/libboost_coroutine-mt.so
-usr/lib/libboost_coroutine-mt.so.1.64.0
-#usr/lib/libboost_coroutine.a
-#usr/lib/libboost_coroutine.so
-usr/lib/libboost_coroutine.so.1.64.0
#usr/lib/libboost_date_time-mt.a
#usr/lib/libboost_date_time-mt.so
usr/lib/libboost_date_time-mt.so.1.64.0
@@ -13545,9 +13536,6 @@ usr/lib/libboost_date_time-mt.so.1.64.0
usr/lib/libboost_date_time.so.1.64.0
#usr/lib/libboost_exception-mt.a
#usr/lib/libboost_exception.a
-#usr/lib/libboost_fiber-mt.a
-#usr/lib/libboost_fiber-mt.so
-usr/lib/libboost_fiber-mt.so.1.64.0
#usr/lib/libboost_filesystem-mt.a
#usr/lib/libboost_filesystem-mt.so
usr/lib/libboost_filesystem-mt.so.1.64.0
@@ -13623,12 +13611,6 @@ usr/lib/libboost_prg_exec_monitor-mt.so.1.64.0
#usr/lib/libboost_prg_exec_monitor.a
#usr/lib/libboost_prg_exec_monitor.so
usr/lib/libboost_prg_exec_monitor.so.1.64.0
-#usr/lib/libboost_program_options-mt.a
-#usr/lib/libboost_program_options-mt.so
-usr/lib/libboost_program_options-mt.so.1.64.0
-#usr/lib/libboost_program_options.a
-#usr/lib/libboost_program_options.so
-usr/lib/libboost_program_options.so.1.64.0
#usr/lib/libboost_random-mt.a
#usr/lib/libboost_random-mt.so
usr/lib/libboost_random-mt.so.1.64.0
diff --git a/lfs/boost b/lfs/boost
index 6c47f58..533cb24 100644
--- a/lfs/boost
+++ b/lfs/boost
@@ -32,21 +32,28 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
-CFLAGS += -fno-strict-aliasing
-CXXFLAGS += -fno-strict-aliasing
+CFLAGS += -O3 -fno-strict-aliasing
+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 \
- cflags="$(CFLAGS)" \
- cxxflags="$(CXXFLAGS)" \
variant=release \
threading=single,multi \
debug-symbols=off \
- pch=off
+ pch=off \
+ cflags="$(CFLAGS)" \
+ cxxflags="$(CXXFLAGS)"
MAKETUNING = -j2
hooks/post-receive
--
IPFire 2.x development tree