|
@@ -131,7 +131,7 @@ define BOOST_CONFIGURE_CMDS
|
|
|
endef
|
|
|
|
|
|
define BOOST_BUILD_CMDS
|
|
|
- (cd $(@D) && ./bjam -j$(PARALLEL_JOBS) -q \
|
|
|
+ (cd $(@D) && $(TARGET_MAKE_ENV) ./bjam -j$(PARALLEL_JOBS) -q \
|
|
|
--user-config=$(@D)/user-config.jam \
|
|
|
$(BOOST_OPTS) \
|
|
|
--ignore-site-config \
|
|
@@ -139,7 +139,7 @@ define BOOST_BUILD_CMDS
|
|
|
endef
|
|
|
|
|
|
define BOOST_INSTALL_TARGET_CMDS
|
|
|
- (cd $(@D) && ./b2 -j$(PARALLEL_JOBS) -q \
|
|
|
+ (cd $(@D) && $(TARGET_MAKE_ENV) ./b2 -j$(PARALLEL_JOBS) -q \
|
|
|
--user-config=$(@D)/user-config.jam \
|
|
|
$(BOOST_OPTS) \
|
|
|
--prefix=$(TARGET_DIR)/usr \
|
|
@@ -148,7 +148,7 @@ define BOOST_INSTALL_TARGET_CMDS
|
|
|
endef
|
|
|
|
|
|
define BOOST_INSTALL_STAGING_CMDS
|
|
|
- (cd $(@D) && ./bjam -j$(PARALLEL_JOBS) -q \
|
|
|
+ (cd $(@D) && $(TARGET_MAKE_ENV) ./bjam -j$(PARALLEL_JOBS) -q \
|
|
|
--user-config=$(@D)/user-config.jam \
|
|
|
$(BOOST_OPTS) \
|
|
|
--prefix=$(STAGING_DIR)/usr \
|