From f3faf3da85a059e0682f7d5938545e2222f47d8d Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 21 May 2008 11:38:34 +0000 Subject: [PATCH] Support Fedora Core 6 --- config_files/BOOST-1.32.0.sh | 6 ++++++ config_files/patches/boost-1.32.0-gcc-4.1.1.patch | 12 ++++++++++++ 2 files changed, 18 insertions(+) create mode 100755 config_files/patches/boost-1.32.0-gcc-4.1.1.patch 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 + { -- 2.39.2