[Lunar-commits] <moonbase> boost: To make someone happy.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Fri Aug 14 13:40:32 CEST 2009


commit f9958882e8982091fda60b5f1fad215057c95b8d
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Fri Aug 14 07:40:32 2009 -0400

    boost: To make someone happy.
---
 libs/boost/BUILD |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/libs/boost/BUILD b/libs/boost/BUILD
index 2e5ba8c..5fd9958 100644
--- a/libs/boost/BUILD
+++ b/libs/boost/BUILD
@@ -2,7 +2,7 @@
 
   patch_it $SOURCE_CACHE/$SOURCE2 0 &&
 
-  OPTS="--without-mpi"
+  OPTS+=" --without-mpi"
   export EXPAT_INCLUDE=/usr/include/
   export EXPAT_LIBPATH=/usr/lib/
 
@@ -13,22 +13,25 @@
   fi &&
 
   bjam -q ${MAKES:+-j$MAKES} \
-       threading=multi \
+       threading=single,multi \
+       --layout=tagged    \
        runtime-link=shared \
        link=shared \
        release \
        debug-symbols=off \
        --prefix=/usr \
-       --layout=tagged \
        --toolset=gcc \
        optimization=speed \
        -sHAVE_ICU=$HAVE_ICU \
+       --includedir="/usr/include" \
+       --libdir="/usr/lib" \
        $OPTS &&
 
   prepare_install &&
 
   bjam -q ${MAKES:+-j$MAKES} \
-       threading=multi \
+       threading=single,multi \
+       --layout=tagged    \
        runtime-link=shared \
        link=shared \
        release \
@@ -37,7 +40,6 @@
        --prefix=/usr \
        --includedir="/usr/include" \
        --libdir="/usr/lib" \
-       --layout=tagged \
        -sHAVE_ICU=$HAVE_ICU  \
        optimization=speed \
        $OPTS \


More information about the Lunar-commits mailing list