[Lunar-commits] <moonbase> boost: Thanks to v4hn for revisiting this and bringing it to my attention.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Tue Jun 29 01:13:56 CEST 2010


commit 33902883740c5cfd3692f70f778d95bec7d04fc7
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Mon Jun 28 19:13:56 2010 -0400

    boost: Thanks to v4hn for revisiting this and bringing it to my attention.
    
    It now installs with both thread types enabled.
---
 libs/boost/BUILD |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libs/boost/BUILD b/libs/boost/BUILD
index 098ab52..8576d86 100644
--- a/libs/boost/BUILD
+++ b/libs/boost/BUILD
@@ -5,7 +5,7 @@
   export EXPAT_LIBPATH=/usr/lib/
 
   bjam -q ${MAKES:+-j$MAKES} \
-       threading=multi \
+       threading=single,multi  \
        --layout=tagged    \
        runtime-link=shared \
        link=shared \
@@ -22,7 +22,7 @@
   prepare_install &&
 
   bjam -q ${MAKES:+-j$MAKES} \
-       threading=multi \
+       threading=single,multi \
        --layout=tagged    \
        runtime-link=shared \
        link=shared \


More information about the Lunar-commits mailing list