Library_urelibs.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f3603fcf09bc4bd2879b0898f725911973cf903f
Author: Matúš Kukan <matus.ku...@gmail.com>
Date:   Tue May 14 09:28:10 2013 +0200

    urelibs: sal's object files need -lrt
    
    Change-Id: I1bb92b367a83c29a9e6a1767f4417b24ec5ecc6e

diff --git a/Library_urelibs.mk b/Library_urelibs.mk
index 9fd9b78..014116b 100644
--- a/Library_urelibs.mk
+++ b/Library_urelibs.mk
@@ -31,6 +31,7 @@ $(eval $(call gb_Library_add_libs,urelibs,\
        $(if $(filter $(OS),LINUX), \
                -ldl \
                -lpthread \
+               -lrt \
        ) \
 ))
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to