[Libreoffice-commits] core.git: Library_merged.mk
Matúš Kukan
matus.kukan at gmail.com
Thu May 23 03:22:22 PDT 2013
Library_merged.mk | 1 +
1 file changed, 1 insertion(+)
New commits:
commit e146578775668194e5331ecd067185ff9ad456bb
Author: Matúš Kukan <matus.kukan at gmail.com>
Date: Thu May 23 12:18:55 2013 +0200
libmerged needs -lrt too
since 9830fd36dbdb72c79703b0c61efc027fba793c5a
Change-Id: I2cf7e59676d36fb0fe1a1ea4b70fa96d2a9ba976
diff --git a/Library_merged.mk b/Library_merged.mk
index 959db0e..6e404df 100644
--- a/Library_merged.mk
+++ b/Library_merged.mk
@@ -90,6 +90,7 @@ $(eval $(call gb_Library_add_libs,merged,\
-lm \
-ldl \
-lpthread \
+ -lrt \
))
endif
More information about the Libreoffice-commits
mailing list