From f92951301c5d102aafd27e3aa73e4dd6c75b4ea7 Mon Sep 17 00:00:00 2001 From: maintenance team Date: Tue, 5 Feb 2008 15:38:56 +0000 Subject: [PATCH] *** empty log message *** --- config_files/BOOST-1.34.1.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config_files/BOOST-1.34.1.sh b/config_files/BOOST-1.34.1.sh index c866a32..84ce0e3 100755 --- a/config_files/BOOST-1.34.1.sh +++ b/config_files/BOOST-1.34.1.sh @@ -113,8 +113,8 @@ fi # move includes cd ${PRODUCT_DIR}/include -mv -f boost-1_32/boost boost -rm -rf boost-1_32 +mv -f boost-1_34_1/boost boost +rm -rf boost-1_34_1 # create additional links for libraries cd ${PRODUCT_DIR}/lib @@ -127,9 +127,10 @@ gcc_ver=$maj_ver$min_ver for aLib in date_time filesystem prg_exec_monitor python regex signals test_exec_monitor thread unit_test_framework ; do if [ -f libboost_${aLib}-gcc${gcc_ver}-mt-1_34_1.so ] ; then - ln -s libboost_${aLib}-gcc${gcc_ver}-mt-1_34_1.so libboost_${aLib}-mt.so + ln -sf libboost_${aLib}-gcc${gcc_ver}-mt-1_34_1.so libboost_${aLib}-mt.so fi done + if test `uname -m` = "x86_64" ; then cd ${PRODUCT_DIR}; ln -sf lib lib64 fi -- 2.39.2