desktop/Library_libreoffice.mk | 1 + smoketest/Executable_libtest.mk | 4 ++++ 2 files changed, 5 insertions(+)
New commits: commit f6a5bca2ade6149f79f5a7003f1808fcb139a40c Author: Michael Meeks <[email protected]> Date: Wed Mar 6 17:25:30 2013 +0000 liblibo: enable debugging with threads. Change-Id: Ied6e99c4b37eb2437552b9b7a56a2ec526052548 diff --git a/desktop/Library_libreoffice.mk b/desktop/Library_libreoffice.mk index 96b18a1..dbe3e81 100644 --- a/desktop/Library_libreoffice.mk +++ b/desktop/Library_libreoffice.mk @@ -17,6 +17,7 @@ $(eval $(call gb_Library_set_include,libreoffice,\ $(eval $(call gb_Library_add_libs,libreoffice,\ $(if $(filter $(OS),LINUX), \ -ldl \ + -lpthread \ ) \ )) diff --git a/smoketest/Executable_libtest.mk b/smoketest/Executable_libtest.mk index 5dd6a5b..8d73ccd 100644 --- a/smoketest/Executable_libtest.mk +++ b/smoketest/Executable_libtest.mk @@ -19,6 +19,10 @@ $(eval $(call gb_Executable_use_libraries,libtest,\ $(gb_UWINAPI) \ )) +$(eval $(call gb_Executable_add_libs,libtest,\ + -pthread \ +)) + $(eval $(call gb_Executable_add_exception_objects,libtest,\ smoketest/libtest \ )) _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
