From: vsr Date: Wed, 19 Aug 2009 16:01:41 +0000 (+0000) Subject: Avoid problem of boost with libbz2.so search failure X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fb147ae350d91f683bfe4728d7a325e738ba032f;p=tools%2Finstall.git Avoid problem of boost with libbz2.so search failure --- diff --git a/config_files/BOOST-1.34.1.sh b/config_files/BOOST-1.34.1.sh index a1f26e8..233144a 100755 --- a/config_files/BOOST-1.34.1.sh +++ b/config_files/BOOST-1.34.1.sh @@ -101,7 +101,7 @@ fi OPTIONS="toolset=gcc variant=release" OPTIONS="${OPTIONS} runtime-link=shared threading=multi" -OPTIONS="${OPTIONS} -sBOOST_ALL_DYN_LINK=1" +OPTIONS="${OPTIONS} -sBOOST_ALL_DYN_LINK=1 -sNO_BZIP2=1" OPTIONS="${OPTIONS} --prefix=${PRODUCT_DIR} --builddir=${PRODUCT_SRC_DIR} install" echo "`pwd` -> ./tools/jam/src/${binfolder}/bjam ${OPTIONS} >> ${PRODUCT_DIR}/INSTALL.LOG"