boost: build 'iostream' and 'regex' library, set libicu path to '/usr' to prevent searching systems paths

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-15 19:09:06 +02:00
parent e85563e48d
commit 663c09a70e

View File

@ -20,4 +20,6 @@ $ROOT/$TOOLCHAIN/bin/bjam -d2 --toolset=gcc \
--prefix=$SYSROOT_PREFIX/usr \
--layout=system \
--with-thread \
--with-iostreams \
--with-regex -sICU_PATH="$SYSROOT_PREFIX/usr" \
install