From: vsr Date: Wed, 21 May 2008 11:38:34 +0000 (+0000) Subject: Support Fedora Core 6 X-Git-Tag: V_3_2_10~17 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f3faf3da85a059e0682f7d5938545e2222f47d8d;p=tools%2Finstall.git Support Fedora Core 6 --- diff --git a/config_files/BOOST-1.32.0.sh b/config_files/BOOST-1.32.0.sh index 226c099..87f1552 100755 --- a/config_files/BOOST-1.32.0.sh +++ b/config_files/BOOST-1.32.0.sh @@ -77,6 +77,12 @@ makedir ${PRODUCT_DIR} # unpack check_jb tar xzf ${SOURCE_DIR}/boost-1.32.0.tar.gz -C ${INSTALL_WORK} +# apply patch : fix pb of libGL loading +if [ -f patches/boost-1.32.0-gcc-4.1.1.patch ] ; then + cp patches/boost-1.32.0-gcc-4.1.1.patch ${PRODUCT_WORK} + ( cd ${PRODUCT_WORK} ; patch -p1 < boost-1.32.0-gcc-4.1.1.patch ) +fi + # build GCC=`which gcc` cat >> ${PRODUCT_DIR}/BUILD.LOG <() + { init(); } +- ~c_regex_traits() ++ virtual ~c_regex_traits() + { m_free(); } + struct sentry + {