From 0d6a05e1cefb3222d526b3d4c505f0edbef5a5aa Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Wed, 22 Apr 2009 23:32:09 +0000 Subject: [PATCH] adjust path to bjam due to previous change - rely on $PATH SVN-Revision: 15342 --- libs/boost/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/boost/Makefile b/libs/boost/Makefile index aaace037a5..d7ef978243 100644 --- a/libs/boost/Makefile +++ b/libs/boost/Makefile @@ -39,9 +39,9 @@ LIBRARIES:= \ serialization \ define Build/Compile - (cd $(PKG_BUILD_DIR) ; \ - echo "using gcc : : $(TOOLCHAIN_DIR)/usr/bin/$(GNU_TARGET_NAME)-gcc : $(CFLAGS) $(CXXFLAGS) $(LDFLAGS) ;" > tools/build/v2/site-config.jam ; \ - $(STAGING_DIR_HOST)/usr/bin/bjam \ + ( cd $(PKG_BUILD_DIR) ; \ + echo "using gcc : : $(GNU_TARGET_NAME)-gcc : $(CFLAGS) $(CXXFLAGS) $(LDFLAGS) ;" > tools/build/v2/site-config.jam ; \ + bjam \ '-sBUILD=release space on off' \ --toolset=gcc \ $(foreach c, $(LIBRARIES), \ -- 2.30.2