Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-11-12 16:10:46 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-11-12 16:10:46 +0400
commit3e910de184a9e83306074c5ad3e58019ed63324b (patch)
tree29bb59006730733d70e58b3179ad60c9065b2331 /build_files/buildbot/config/user-config-player-glibc211-x86_64.py
parent08ec3ab64e95e0d4a8cf9401a11ae3c5f97ef981 (diff)
Enable libboost_locale for buildbot rules
Diffstat (limited to 'build_files/buildbot/config/user-config-player-glibc211-x86_64.py')
-rw-r--r--build_files/buildbot/config/user-config-player-glibc211-x86_64.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/build_files/buildbot/config/user-config-player-glibc211-x86_64.py b/build_files/buildbot/config/user-config-player-glibc211-x86_64.py
index 83540150c33..f6eef4f89d9 100644
--- a/build_files/buildbot/config/user-config-player-glibc211-x86_64.py
+++ b/build_files/buildbot/config/user-config-player-glibc211-x86_64.py
@@ -98,7 +98,8 @@ WITH_BF_STATICBOOST = True
BF_BOOST = '/opt/lib/boost'
BF_BOOST_INC = '${BF_BOOST}/include'
BF_BOOST_LIB_STATIC = '${BF_BOOST_LIBPATH}/libboost_filesystem.a ${BF_BOOST_LIBPATH}/libboost_date_time.a ' + \
- '${BF_BOOST_LIBPATH}/libboost_regex.a ${BF_BOOST_LIBPATH}/libboost_system.a ${BF_BOOST_LIBPATH}/libboost_thread.a'
+ '${BF_BOOST_LIBPATH}/libboost_regex.a ${BF_BOOST_LIBPATH}/libboost_locale.a ${BF_BOOST_LIBPATH}/libboost_system.a \
+ ${BF_BOOST_LIBPATH}/libboost_thread.a'
BF_BOOST_LIBPATH = '${BF_BOOST}/lib'
# JACK