From 383fa260839da67666dabdc62fb9952923313676 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 24 Sep 2012 17:32:13 +0000 Subject: [PATCH] boost: move the + to the right place to fix build errors git-svn-id: svn://svn.openwrt.org/openwrt/packages@33533 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/boost/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/boost/Makefile b/libs/boost/Makefile index 211816781..d2826b32c 100644 --- a/libs/boost/Makefile +++ b/libs/boost/Makefile @@ -184,13 +184,13 @@ CONFIGURE_PREFIX:=$(PKG_INSTALL_DIR) TARGET_LDFLAGS += -pthread -lrt define Build/Compile - ( cd $(PKG_BUILD_DIR) ; \ + +( cd $(PKG_BUILD_DIR) ; \ echo "using gcc : $(ARCH) : $(GNU_TARGET_NAME)-gcc : \"$(TARGET_CFLAGS)\" \"$(TARGET_CXXFLAGS)\" \"$(TARGET_LDFLAGS)\" ;" > tools/build/v2/user-config.jam ; \ $(if $(CONFIG_PACKAGE_boost-python), \ echo "using python : : $(STAGING_DIR_ROOT)/usr/bin/python : $(STAGING_DIR)/usr/include/python2.7/ ;" >> \ tools/build/v2/user-config.jam; \ ) \ - +bjam \ + bjam \ '-sBUILD=release space on off' \ $(filter -j%,$(PKG_JOBS)) \ --toolset=gcc-$(ARCH) --build-type=minimal --layout=system \ -- 2.11.0