[Libreoffice-commits] core.git: Library_urelibs.mk

Matúš Kukan matus.kukan at gmail.com
Tue May 14 00:29:41 PDT 2013


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

New commits:
commit f3603fcf09bc4bd2879b0898f725911973cf903f
Author: Matúš Kukan <matus.kukan at 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 \
 	) \
 ))
 


More information about the Libreoffice-commits mailing list