From 2b44c693b612681113f61d2efd59f5be64132db5 Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 23 May 2014 20:10:40 +0400 Subject: [PATCH] additional correction to the previous patch for freeimage --- config_files/freeimage_3.15.4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_files/freeimage_3.15.4.sh b/config_files/freeimage_3.15.4.sh index 71cd94e..f2ab5ff 100755 --- a/config_files/freeimage_3.15.4.sh +++ b/config_files/freeimage_3.15.4.sh @@ -108,7 +108,7 @@ cd ${PRODUCT_SRC_DIR} ## building FreeImage library # workaround for CentOS 5.5: FreeImage 3.16.0 is not compiled with gcc 4.2 and older :( -local workaround_gcc42_pb=1 +local workaround_gcc42_pb=0 gcc_found="" if [ "${workaround_gcc42_pb}" = "1" ] ; then gcc_found="`use_latest_gcc 040200`" -- 2.39.2