Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
windows:mingw:win32
mingw32-libxslt
libxslt-1.1.32-windows.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libxslt-1.1.32-windows.patch of Package mingw32-libxslt
--- libxslt-1.1.32/libxslt/security.c 2018-11-01 19:46:43.184075190 +0000 +++ libxslt-1.1.32/libxslt/security.c 2018-11-01 19:46:59.035818849 +0000 @@ -39,6 +39,7 @@ #ifndef INVALID_FILE_ATTRIBUTES #define INVALID_FILE_ATTRIBUTES ((DWORD)-1) #endif +#define mkdir(d,m) _mkdir(d) #endif #ifndef HAVE_STAT --- libxslt-1.1.32/configure.ac 2018-11-01 19:45:08.449602996 +0000 +++ libxslt-1.1.32/configure.ac 2018-11-01 19:45:32.129221817 +0000 @@ -586,7 +586,7 @@ WIN32_EXTRA_LDFLAGS="-no-undefined" ;; *-*-mingw*) - WIN32_EXTRA_LIBADD="-lwsock32" + WIN32_EXTRA_LIBADD="-lws2_32 -lmswsock" WIN32_EXTRA_LDFLAGS="-no-undefined" AC_DEFINE([_WINSOCKAPI_],1,[Using the Win32 Socket implementation]) AC_DEFINE([snprintf],[_snprintf],[Win32 Std C name mangling work-around])
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor