|
@@ -4,9 +4,9 @@
|
|
#
|
|
#
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
-BOOST_VERSION = 1.70.0
|
|
|
|
|
|
+BOOST_VERSION = 1.71.0
|
|
BOOST_SOURCE = boost_$(subst .,_,$(BOOST_VERSION)).tar.bz2
|
|
BOOST_SOURCE = boost_$(subst .,_,$(BOOST_VERSION)).tar.bz2
|
|
-BOOST_SITE = http://downloads.sourceforge.net/project/boost/boost/$(BOOST_VERSION)
|
|
|
|
|
|
+BOOST_SITE = https://dl.bintray.com/boostorg/release/$(BOOST_VERSION)/source
|
|
BOOST_INSTALL_STAGING = YES
|
|
BOOST_INSTALL_STAGING = YES
|
|
BOOST_LICENSE = BSL-1.0
|
|
BOOST_LICENSE = BSL-1.0
|
|
BOOST_LICENSE_FILES = LICENSE_1_0.txt
|
|
BOOST_LICENSE_FILES = LICENSE_1_0.txt
|
|
@@ -133,7 +133,7 @@ define BOOST_CONFIGURE_CMDS
|
|
endef
|
|
endef
|
|
|
|
|
|
define BOOST_BUILD_CMDS
|
|
define BOOST_BUILD_CMDS
|
|
- (cd $(@D) && $(TARGET_MAKE_ENV) ./bjam -j$(PARALLEL_JOBS) -q \
|
|
|
|
|
|
+ (cd $(@D) && $(TARGET_MAKE_ENV) ./tools/build/src/engine/bjam -j$(PARALLEL_JOBS) -q \
|
|
--user-config=$(@D)/user-config.jam \
|
|
--user-config=$(@D)/user-config.jam \
|
|
$(BOOST_OPTS) \
|
|
$(BOOST_OPTS) \
|
|
--ignore-site-config \
|
|
--ignore-site-config \
|
|
@@ -150,7 +150,7 @@ define BOOST_INSTALL_TARGET_CMDS
|
|
endef
|
|
endef
|
|
|
|
|
|
define BOOST_INSTALL_STAGING_CMDS
|
|
define BOOST_INSTALL_STAGING_CMDS
|
|
- (cd $(@D) && $(TARGET_MAKE_ENV) ./bjam -j$(PARALLEL_JOBS) -q \
|
|
|
|
|
|
+ (cd $(@D) && $(TARGET_MAKE_ENV) ./tools/build/src/engine/bjam -j$(PARALLEL_JOBS) -q \
|
|
--user-config=$(@D)/user-config.jam \
|
|
--user-config=$(@D)/user-config.jam \
|
|
$(BOOST_OPTS) \
|
|
$(BOOST_OPTS) \
|
|
--prefix=$(STAGING_DIR)/usr \
|
|
--prefix=$(STAGING_DIR)/usr \
|