[Lunar-commits] boost: add a symlink needed to compile asc.

Florin Braescu florin at lunar-linux.org
Sat Jan 19 09:00:56 CET 2008


commit 25bfb170ed77a20bcbeec9aeffe22eedb8d12abf
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat Jan 19 10:00:56 2008 +0200

    boost: add a symlink needed to compile asc.
---
 libs/boost/BUILD   |    3 ++-
 libs/boost/DEPENDS |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/libs/boost/BUILD b/libs/boost/BUILD
index a01d4e1..82f90c6 100644
--- a/libs/boost/BUILD
+++ b/libs/boost/BUILD
@@ -14,6 +14,7 @@
 
   ln -sf /usr/lib/libboost_date_time-gcc42-mt.so   /usr/lib/libboost_date_time-mt.so   &&
   ln -sf /usr/lib/libboost_filesystem-gcc42-mt.so  /usr/lib/libboost_filesystem-mt.so  &&
-  ln -sf /usr/lib/libboost_thread-mt-gcc42.so      /usr/lib/libboost_thread-mt.so
+  ln -sf /usr/lib/libboost_thread-gcc42-mt.so      /usr/lib/libboost_thread-mt.so      &&
+  ln -sf /usr/lib/libboost_regex-gcc42.so          /usr/lib/libboost_regex-gcc.so
 
 ) > $C_FIFO 2>&1
diff --git a/libs/boost/DEPENDS b/libs/boost/DEPENDS
index 57b38dd..c82bdb7 100644
--- a/libs/boost/DEPENDS
+++ b/libs/boost/DEPENDS
@@ -1,4 +1,4 @@
-depends  boost-jam  &&
+depends  boost-jam
 
 optional_depends  "Python"  ""  "--without-python"  \
                   "to build the Boost Python bindings"


More information about the Lunar-commits mailing list