[Bf-blender-cvs] [9dbef08621d] master: Buildbot: Attempt to fix glibc-2.19 compilation

Sergey Sharybin noreply at git.blender.org
Thu Aug 30 14:08:13 CEST 2018


Commit: 9dbef08621dad89819602d342054ca97923812c9
Author: Sergey Sharybin
Date:   Thu Aug 30 14:07:48 2018 +0200
Branches: master
https://developer.blender.org/rB9dbef08621dad89819602d342054ca97923812c9

Buildbot: Attempt to fix glibc-2.19 compilation

It is likely to be retired, but for until then lets ensure it works.

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

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 0ff018161e5..1d96d1a5dc5 100644
--- a/build_files/buildbot/config/blender_linux.cmake
+++ b/build_files/buildbot/config/blender_linux.cmake
@@ -86,7 +86,7 @@ set(FFMPEG_LIBRARIES
 set(SNDFILE_LIBRARY          "/usr/lib${MULTILIB}/libsndfile.a;/usr/lib${MULTILIB}/libFLAC.a" CACHE STRING "" FORCE)
 
 # OpenAL libraries
-set(OPENAL_ROOT_DIR           "/opt/lib/openal" CACHE STRING "" FORCE)
+set(OPENAL_ROOT_DIR           "/opt/lib/openal/AL" CACHE STRING "" FORCE)
 set(OPENAL_INCLUDE_DIR        "${OPENAL_ROOT_DIR}/include" CACHE STRING "" FORCE)
 set(OPENAL_LIBRARY
 	${OPENAL_ROOT_DIR}/lib/libopenal.a



More information about the Bf-blender-cvs mailing list