[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - Library_merged.mk

Matúš Kukan matus.kukan at gmail.com
Fri Aug 2 01:17:22 PDT 2013


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

New commits:
commit a444c621b8eea094c37018880ca847bcd28fd703
Author: Matúš Kukan <matus.kukan at gmail.com>
Date:   Thu May 23 12:18:55 2013 +0200

    libmerged needs -lrt too
    
    since 9830fd36dbdb72c79703b0c61efc027fba793c5a
    
    Change-Id: I2cf7e59676d36fb0fe1a1ea4b70fa96d2a9ba976
    Reviewed-on: https://gerrit.libreoffice.org/5240
    Reviewed-by: Petr Mladek <pmladek at suse.cz>
    Tested-by: Petr Mladek <pmladek at suse.cz>

diff --git a/Library_merged.mk b/Library_merged.mk
index 959db0e..6e404df 100644
--- a/Library_merged.mk
+++ b/Library_merged.mk
@@ -90,6 +90,7 @@ $(eval $(call gb_Library_add_libs,merged,\
 	-lm \
 	-ldl \
 	-lpthread \
+	-lrt \
 ))
 endif
 


More information about the Libreoffice-commits mailing list