[Libreoffice-commits] .: ucb/source

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


 ucb/source/ucp/webdav/makefile.mk |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 8a258df49a886e4f7f19fddcae9634509cec72b1
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Mon May 16 15:58:18 2011 +0300

    Always link with WS2_32LIB, not WSOCK32LIB

diff --git a/ucb/source/ucp/webdav/makefile.mk b/ucb/source/ucp/webdav/makefile.mk
old mode 100755
new mode 100644
index 339d2b5..f91a971
--- a/ucb/source/ucp/webdav/makefile.mk
+++ b/ucb/source/ucp/webdav/makefile.mk
@@ -126,10 +126,7 @@ SHL1STDLIBS=\
         $(LIBXML2LIB)
 
 .IF "$(GUI)"=="WNT"
-SHL1STDLIBS+= $(WSOCK32LIB)
-.IF "$(WINDOWS_VISTA_PSDK)" != ""
 SHL1STDLIBS+= $(WS2_32LIB)
-.ENDIF
 SHL1STDLIBS+= $(OPENSSLLIB)
 .ELSE # WNT
 .IF "$(OS)"=="SOLARIS"


More information about the Libreoffice-commits mailing list