From 9830fd36dbdb72c79703b0c61efc027fba793c5a Mon Sep 17 00:00:00 2001 From: Lionel Elie Mamane Date: Sun, 17 Mar 2013 08:36:26 +0100 Subject: date/time IDL datatypes incompatible change - nanosecond precision - signed (allowed negative) year Also: assorted improvements / bugfixes in date/time handling code. Some factorisation of copy/pasted code. Change-Id: I761a1b0b8731c82f19a0c37acbcf43d3c06d6cd6 --- tools/Library_tl.mk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tools/Library_tl.mk') diff --git a/tools/Library_tl.mk b/tools/Library_tl.mk index 9ea13e7e290e..5491b8c90e91 100644 --- a/tools/Library_tl.mk +++ b/tools/Library_tl.mk @@ -97,6 +97,12 @@ $(eval $(call gb_Library_use_externals,tl,\ zlib \ )) +ifeq ($(OS),LINUX) +$(eval $(call gb_Library_add_libs,tl,\ + -lrt \ +)) +endif + ifeq ($(OS),WNT) $(eval $(call gb_Library_use_system_win32_libs,tl,\ -- cgit