public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 88a8c3ac5aa11378cf42e049b34265670d427d3f
Date: Tue, 20 Jun 2017 19:35:39 +0100	[thread overview]
Message-ID: <20170620183539.811A41081DE1@git01.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 4075 bytes --]

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

                 reply	other threads:[~2017-06-20 18:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170620183539.811A41081DE1@git01.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox