diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2017-05-23 22:09:40 -0400 |
---|---|---|
committer | Kohei Yoshida <libreoffice@kohei.us> | 2017-06-06 05:00:33 +0200 |
commit | a078328e91ab9cbd78a92608c1abdc2c57ff9ac5 (patch) | |
tree | 2d5dbb6ef9456e2ce5fe256f3a0ac76bdbccec49 /sc/Library_sc.mk | |
parent | 59c0682c46e52aa18bdbee4c14ef05af9329de33 (diff) |
tdf#107945: prepare for future multi-threading of pivot cache...
It's disabled for now. We need to first make the edit engine and
a few other places thread-safe before we can parallelize this code.
Change-Id: Ie09536964ece42d43f505afc5e2611d469cc5c95
Reviewed-on: https://gerrit.libreoffice.org/38424
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
Diffstat (limited to 'sc/Library_sc.mk')
-rw-r--r-- | sc/Library_sc.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk index e72c61546f05..5b7d2fcf9275 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -696,6 +696,12 @@ $(eval $(call gb_Library_add_libs,sc,\ )) endif +ifeq ($(OS), $(filter LINUX %BSD SOLARIS, $(OS))) +$(eval $(call gb_Library_add_libs,sc,\ + -lpthread \ +)) +endif + $(eval $(call gb_SdiTarget_SdiTarget,sc/sdi/scslots,sc/sdi/scalc)) $(eval $(call gb_SdiTarget_set_include,sc/sdi/scslots,\ |