[Libreoffice-commits] core.git: sc/Library_scopencl.mk

Kohei Yoshida kohei.yoshida at collabora.com
Wed Nov 20 07:57:49 PST 2013


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

New commits:
commit 418836b04a11cc22d71394872b4a66be7ee545ee
Author: Kohei Yoshida <kohei.yoshida at 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
 


More information about the Libreoffice-commits mailing list