[Libreoffice-commits] core.git: sal/Library_sal.mk

Stephan Bergmann sbergman at redhat.com
Mon May 13 11:35:56 PDT 2013


 sal/Library_sal.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a85f5b1ee0ccf5e1999f5452ce162e251191dd98
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon May 13 20:35:32 2013 +0200

    clock_gettime requires -lrt at least on Fedora 18
    
    Change-Id: Id01c86517a89dffd560440d333a37eaa80738b56

diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk
index 4b2370a..37e01a6 100644
--- a/sal/Library_sal.mk
+++ b/sal/Library_sal.mk
@@ -63,6 +63,7 @@ $(eval $(call gb_Library_add_libs,sal,\
 	) \
 	$(if $(filter $(OS),LINUX), \
 		-ldl \
+		-lrt \
 	) \
 	$(if $(filter $(OS),SOLARIS), \
 		-lnsl \


More information about the Libreoffice-commits mailing list