From 7766b0b87852d4028ddc9d3d21dd8768eec0c325 Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Wed, 5 Jun 2019 10:26:58 +0300 Subject: [PATCH] boost: ignore site config during host build Without this, the host build picks up the site config in /usr/share/boost-build/site-config.jam which causes a build failure on Gentoo where a custom optimization value "none" is used. Fixes #9152. Signed-off-by: Stijn Tintel --- libs/boost/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/boost/Makefile b/libs/boost/Makefile index ed1b3ebc4..b858822cd 100644 --- a/libs/boost/Makefile +++ b/libs/boost/Makefile @@ -384,7 +384,7 @@ define Host/Compile headers \ $(foreach lib,$(BOOST_LIBS), \ $(if $(findstring python,$(lib)),,$(if $(CONFIG_boost-host-build-$(lib)),$(lib)))))) ; \ - ./b2 install ) + ./b2 --ignore-site-config install ) endef CONFIGURE_PREFIX:=$(PKG_INSTALL_DIR)