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:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user