1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-08-08 21:42:07 +03:00

Build without winsock

Fixes bug #481434:

https://bugzilla.gnome.org/show_bug.cgi?id=481434
This commit is contained in:
Nick Wellnhofer
2019-01-30 13:57:16 +01:00
parent b93a4d03a2
commit 1ffe17a071
3 changed files with 3 additions and 8 deletions

View File

@@ -55,7 +55,7 @@ CFLAGS += -I$(BASEDIR) -I$(XSLT_SRCDIR) -I$(INCPREFIX)
# The linker and its options.
LD = gcc.exe
LDFLAGS += -Wl,-L,$(BINDIR) -Wl,-L,$(LIBPREFIX)
LIBS = -lwsock32
LIBS =
# The archiver and its options.
AR = ar.exe

View File

@@ -59,7 +59,7 @@ CFLAGS = $(CFLAGS) /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE
LD = link.exe
LDFLAGS = /nologo
LDFLAGS = $(LDFLAGS) /LIBPATH:$(BINDIR) /LIBPATH:$(LIBPREFIX)
LIBS = wsock32.lib
LIBS =
# The archiver and its options.
AR = lib.exe