[Libreoffice-commits] .: desktop/Executable_oosplash.mk

Michael Stahl mst at kemper.freedesktop.org
Thu Jun 21 05:25:29 PDT 2012


 desktop/Executable_oosplash.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1266480d38d24e1c5532438223ab33cc25aed08d
Author: Michael Stahl <mstahl at redhat.com>
Date:   Thu Jun 21 14:23:40 2012 +0200

    Executable_oosplash.mk: fix typo in Solaris "socket" lib
    
    Change-Id: Ic9338867a3bf9315f20fa02d7fdb1adda2db285a

diff --git a/desktop/Executable_oosplash.mk b/desktop/Executable_oosplash.mk
index b8919d5..a75f11a 100644
--- a/desktop/Executable_oosplash.mk
+++ b/desktop/Executable_oosplash.mk
@@ -81,7 +81,7 @@ endif
 ifeq ($(OS),SOLARIS)
 
 $(eval $(call gb_Executable_use_libraries,oosplash,\
-    -lsocket \
+    socket \
 ))
 
 endif


More information about the Libreoffice-commits mailing list