From 9c97a9caa72809fe5db3c5ac4ce3ec4f4d1ba348 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 4 Nov 2010 00:42:34 +0100 Subject: [PATCH] boost: build and install 'boost_system', needed by wesnoth Signed-off-by: Stephan Raue --- packages/devel/boost/build | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/devel/boost/build b/packages/devel/boost/build index b642988b2b..e76f88bb28 100755 --- a/packages/devel/boost/build +++ b/packages/devel/boost/build @@ -23,5 +23,6 @@ $ROOT/$TOOLCHAIN/bin/bjam -d2 --toolset=gcc \ --layout=system \ --with-thread \ --with-iostreams \ + --with-system \ --with-regex -sICU_PATH="$SYSROOT_PREFIX/usr" \ install