From 5adce658a66dbbf9a34ec5900ee02a73e523aa83 Mon Sep 17 00:00:00 2001 From: mirko Date: Wed, 22 Apr 2009 23:32:09 +0000 Subject: [PATCH] adjust path to bjam due to previous change - rely on $PATH git-svn-id: svn://svn.openwrt.org/openwrt/packages@15342 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/boost/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/boost/Makefile b/libs/boost/Makefile index aaace037a..d7ef97824 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), \