Kaydet (Commit) e7ac7ba7 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Need -lrt for clock_gettime() with older glibc versions

Change-Id: I6ccd990ba71867f0ff96ad06cf5a9e7c98c93657
üst 2e2a2daf
......@@ -106,6 +106,12 @@ $(eval $(call gb_CppunitTest_use_components,sc_ucalc,\
uui/util/uui \
))
ifeq ($(OS),LINUX)
$(eval $(call gb_CppunitTest_add_libs,sc_ucalc,\
-lrt \
))
endif
$(eval $(call gb_CppunitTest_use_configuration,sc_ucalc))
# vim: set noet sw=4 ts=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment