[Lunar-commits] boost: create three symlinks to help install deluge module.
Florin Braescu
florin at lunar-linux.org
Sun Jan 13 17:58:23 CET 2008
commit ca6a6707f33b8177bb7d66bf003e458c083261fa
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Jan 13 18:58:23 2008 +0200
boost: create three symlinks to help install deluge module.
---
libs/boost/BUILD | 15 ++++++++++-----
1 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/libs/boost/BUILD b/libs/boost/BUILD
index beb3d83..a01d4e1 100644
--- a/libs/boost/BUILD
+++ b/libs/boost/BUILD
@@ -1,14 +1,19 @@
(
- patch_it $SOURCE_CACHE/$SOURCE2 0 &&
+ patch_it $SOURCE_CACHE/$SOURCE2 0 &&
- ./configure --prefix=/usr \
- $OPTS &&
+ ./configure --prefix=/usr \
+ $OPTS &&
default_make &&
# Some apps expect to find /usr/include/boost
- BINC=`expr /usr/include/boost-*` &&
- ln -sf ${BINC}/boost /usr/include/boost
+ BINC=`expr /usr/include/boost-*` &&
+
+ ln -sf ${BINC}/boost /usr/include/boost &&
+
+ 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
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list