From 66884ac67e248c24b3872bb6ff316ae35c7c1aba Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 29 Oct 2014 17:11:47 +0200 Subject: Need -ldl on Linux now Change-Id: I3a207f86611a5078cd2de1437cd48e612232aaf2 --- sc/CppunitTest_sc_ucalc.mk | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sc/CppunitTest_sc_ucalc.mk') diff --git a/sc/CppunitTest_sc_ucalc.mk b/sc/CppunitTest_sc_ucalc.mk index 7fa3369b74da..9c5606e66e55 100644 --- a/sc/CppunitTest_sc_ucalc.mk +++ b/sc/CppunitTest_sc_ucalc.mk @@ -106,6 +106,13 @@ $(eval $(call gb_CppunitTest_use_components,sc_ucalc,\ uui/util/uui \ )) +ifeq ($(OS),LINUX) +$(eval $(call gb_CppunitTest_add_libs,sc_ucalc,\ + -ldl \ + -lrt \ +)) +endif + $(eval $(call gb_CppunitTest_use_configuration,sc_ucalc)) # vim: set noet sw=4 ts=4: -- cgit v1.2.3