[Bf-blender-cvs] [0b78b8f] master: Buildbot: Link libstdc++ statically

Sergey Sharybin noreply at git.blender.org
Tue Jan 5 16:00:14 CET 2016


Commit: 0b78b8f1675f6c0f230cf63100b7aa0ee6baf05d
Author: Sergey Sharybin
Date:   Tue Jan 5 19:59:38 2016 +0500
Branches: master
https://developer.blender.org/rB0b78b8f1675f6c0f230cf63100b7aa0ee6baf05d

Buildbot: Link libstdc++ statically

===================================================================

M	build_files/buildbot/config/blender_linux.cmake

===================================================================

diff --git a/build_files/buildbot/config/blender_linux.cmake b/build_files/buildbot/config/blender_linux.cmake
index d4895ce..ad343d8 100644
--- a/build_files/buildbot/config/blender_linux.cmake
+++ b/build_files/buildbot/config/blender_linux.cmake
@@ -99,4 +99,4 @@ set(TIFF_LIBRARY        "/usr/lib/libtiff.a"  CACHE STRING "" FORCE)
 set(ZLIB_LIBRARY        "/usr/lib/libz.a"     CACHE STRING "" FORCE)
 
 # Additional linking libraries
-set(CMAKE_EXE_LINKER_FLAGS   "-lrt"  CACHE STRING "" FORCE)
+set(CMAKE_EXE_LINKER_FLAGS   "-lrt -static-libstdc++"  CACHE STRING "" FORCE)




More information about the Bf-blender-cvs mailing list