commit fdb927f9190f8df572040d292e6c19a389f3c834
parent afa148129ea6048c181974879cf8f55287793611
Author: Ted Hess <thess@kitschensync.net>
Date: Thu, 5 Nov 2015 13:50:41 -0500
Merge pull request #1917 from thess/boost-build
boost: Add ignore-site-config option to bjam
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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 <optimization>space <inlining>on <debug-symbols>off' \
+ --ignore-site-config \
--toolset=gcc-$(ARCH) --build-type=minimal --layout=system abi=$(BOOST_ABI) \
--disable-long-double \
$(CONFIGURE_ARGS) \