mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Update boost to 1.71.0
I did not update to the current version 1.74.0 because another package I want to submit do not build with the current version. I do not think this is a big show stopper because other distributions are not on the latest version either. The removed switch do not seem to be availavle in this version anymore. Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
8d5f851d48
commit
483b970bdf
File diff suppressed because it is too large
Load Diff
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 1_64_0
|
||||
VER = 1_71_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 \
|
||||
@@ -68,7 +67,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 319c6ffbbeccc366f14bb68767a6db79
|
||||
$(DL_FILE)_MD5 = 5f521b41b79bf8616582c4a8a2c10177
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user