summaryrefslogtreecommitdiffstats
path: root/boost/Module_boost.mk
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-09-06 13:57:22 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-09-07 09:10:39 -0400
commitaf4630416a33659e9d1257cea27cdae1b9a354d9 (patch)
tree09d1901a5863c8c365090c9c6d9e04aee38614f6 /boost/Module_boost.mk
parentUpdated the liborcus package. (diff)
downloadcore-af4630416a33659e9d1257cea27cdae1b9a354d9.tar.gz
core-af4630416a33659e9d1257cea27cdae1b9a354d9.zip
Resurrect boost thread lib. Orcus needs it.
Change-Id: Iadb4a223e4db523b50ee85b9079a7a4ba5971fd0
Diffstat (limited to 'boost/Module_boost.mk')
-rw-r--r--boost/Module_boost.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/Module_boost.mk b/boost/Module_boost.mk
index 0dda414c5f9e..cca44eacf99e 100644
--- a/boost/Module_boost.mk
+++ b/boost/Module_boost.mk
@@ -13,12 +13,14 @@ ifeq ($(SYSTEM_BOOST),NO)
$(eval $(call gb_Module_add_targets,boost,\
StaticLibrary_boostdatetime \
+ StaticLibrary_boostthread \
UnpackedTarball_boost \
))
ifeq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,boost,\
Package_boostdatetime \
+ Package_boostthread \
))
endif