From 5becb1259e25b53454ad1c98ba2f4cd7c4b5fa54 Mon Sep 17 00:00:00 2001 From: Ted Hess Date: Wed, 4 Nov 2015 15:33:10 -0500 Subject: [PATCH] boost: Add ignore-site-config option to bjam Signed-off-by: Ted Hess --- libs/boost/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/boost/Makefile b/libs/boost/Makefile index 92fb68b1b..23e91ad3e 100644 --- a/libs/boost/Makefile +++ b/libs/boost/Makefile @@ -17,7 +17,7 @@ include $(INCLUDE_DIR)/target.mk PKG_NAME:=boost PKG_VERSION:=1_59_0 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/boost @@ -203,6 +203,7 @@ define Build/Compile ) \ bjam \ '-sBUILD=release space on off' \ + --ignore-site-config \ --toolset=gcc-$(ARCH) --build-type=minimal --layout=system abi=$(BOOST_ABI) \ --disable-long-double \ $(CONFIGURE_ARGS) \