sc/Library_scopencl.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 418836b04a11cc22d71394872b4a66be7ee545ee
Author: Kohei Yoshida <kohei.yosh...@collabora.com>
Date:   Wed Nov 20 10:58:02 2013 -0500

    Add missing linker flag for clock_gettime() call.
    
    Change-Id: Ibd8574dd74398c8b231059ca606edacf7f8005c4

diff --git a/sc/Library_scopencl.mk b/sc/Library_scopencl.mk
index f4d400b..ed33ff8 100644
--- a/sc/Library_scopencl.mk
+++ b/sc/Library_scopencl.mk
@@ -51,6 +51,7 @@ $(eval $(call gb_Library_add_exception_objects,scopencl,\
 ifeq ($(OS),LINUX)
 $(eval $(call gb_Library_add_libs,scopencl,\
         -ldl \
+       -lrt \
 ))
 endif
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to