From 7e3215fd960b7b1f2c598e00ad31c57323ac0bfe Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 13 Sep 2014 12:01:58 +0200 Subject: [PATCH] boost: cosmetics Signed-off-by: Stephan Raue --- packages/devel/boost/package.mk | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/devel/boost/package.mk b/packages/devel/boost/package.mk index 6ed6e9472b..dae6bbef74 100644 --- a/packages/devel/boost/package.mk +++ b/packages/devel/boost/package.mk @@ -66,13 +66,13 @@ make_target() { makeinstall_target() { $ROOT/$TOOLCHAIN/bin/bjam -d2 --toolset=gcc link=static \ --prefix=$SYSROOT_PREFIX/usr \ - --ignore-site-config \ - --layout=system \ - --with-thread \ - --with-iostreams \ - --with-system \ - --with-serialization \ - --with-filesystem \ - --with-regex -sICU_PATH="$SYSROOT_PREFIX/usr" \ - install + --ignore-site-config \ + --layout=system \ + --with-thread \ + --with-iostreams \ + --with-system \ + --with-serialization \ + --with-filesystem \ + --with-regex -sICU_PATH="$SYSROOT_PREFIX/usr" \ + install }