]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
additional correction to the previous patch for freeimage
authorvsr <vsr@opencascade.com>
Fri, 23 May 2014 16:10:40 +0000 (20:10 +0400)
committervsr <vsr@opencascade.com>
Fri, 23 May 2014 16:10:40 +0000 (20:10 +0400)
config_files/freeimage_3.15.4.sh

index 71cd94eff1c9f3f8575dd587a9d3124d9acb1e16..f2ab5ff7d73b43123e19866399bbda42f24a1181 100755 (executable)
@@ -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`"