[Libreoffice-commits] .: sal/util

Tor Lillqvist tml at kemper.freedesktop.org
Mon May 16 06:09:46 PDT 2011


 sal/util/makefile.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fbb233662f6c51be27075cffc8a910f308ca8451
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Mon May 16 15:59:10 2011 +0300

    Always link with WS2_32LIB, not WSOCK32LIB

diff --git a/sal/util/makefile.mk b/sal/util/makefile.mk
index f165d77..c455fac 100644
--- a/sal/util/makefile.mk
+++ b/sal/util/makefile.mk
@@ -95,7 +95,7 @@ UWINAPILIB=     $(LB)$/uwinapi.lib
 SHL1STDLIBS=	\
                 $(UWINAPILIB)\
                 $(ADVAPI32LIB)\
-                $(WSOCK32LIB)\
+                $(WS2_32LIB)\
                 $(MPRLIB)\
                 $(SHELL32LIB)\
                 $(COMDLG32LIB)\


More information about the Libreoffice-commits mailing list