]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/boost
Core Update 173: Ship iana-etc
[people/pmueller/ipfire-2.x.git] / lfs / boost
index 50a3a46746cb0fb157f030a46c1b11e165129fa5..d914d259aa72ca46155b581037e28ee89ce4e71d 100644 (file)
--- a/lfs/boost
+++ b/lfs/boost
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2021  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1_64_0
+VER        = 1_76_0
 
 THISAPP    = boost_$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -46,7 +46,6 @@ CONFIGURE_OPTIONS = \
        --without-chrono \
        --without-context \
        --without-coroutine \
-       --without-coroutine2 \
        --without-date_time \
        --without-fiber \
        --without-graph_parallel \
@@ -57,6 +56,7 @@ CONFIGURE_OPTIONS = \
        threading=single,multi \
        debug-symbols=off \
        pch=off \
+       link=shared \
        cflags="$(CFLAGS)" \
        cxxflags="$(CXXFLAGS)"
 
@@ -68,7 +68,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 319c6ffbbeccc366f14bb68767a6db79
+$(DL_FILE)_BLAKE2 = 30290f808e2d45daa8ac3bd31f96c78286cab72b16f5de79c5270b79eb3d1cce0baf8468e16d9ea254b7f8ff8f72f45b06b375f9f6f4953923c4400c0ec24b0f
 
 install : $(TARGET)
 
@@ -76,10 +76,10 @@ check : $(patsubst %,$(DIR_CHK)/%,$(objects))
 
 download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
-md5 : $(subst %,%_MD5,$(objects))
+b2 : $(subst %,%_BLAKE2,$(objects))
 
 ###############################################################################
-# Downloading, checking, md5sum
+# Downloading, checking, b2sum
 ###############################################################################
 
 $(patsubst %,$(DIR_CHK)/%,$(objects)) :
@@ -88,8 +88,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details
@@ -99,7 +99,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
 
-       cd $(DIR_APP) && ./bootstrap.sh --with-toolset=gcc
+       cd $(DIR_APP) && ./bootstrap.sh --with-toolset=gcc --with-python=python3
        cd $(DIR_APP) && ./b2 -d+2 -q $(MAKETUNING) $(CONFIGURE_OPTIONS) stage
        cd $(DIR_APP) && ./b2 $(CONFIGURE_OPTIONS) install