aboutsummaryrefslogtreecommitdiff
path: root/Makefile.flags
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.flags')
-rw-r--r--Makefile.flags5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.flags b/Makefile.flags
index ffd1f7f60..d9122ce94 100644
--- a/Makefile.flags
+++ b/Makefile.flags
@@ -119,10 +119,7 @@ ifeq ($(CONFIG_PLATFORM_MINGW32),y)
119# These defintions are not strictly needed, but they help shut up fnmatch.c warnings 119# These defintions are not strictly needed, but they help shut up fnmatch.c warnings
120CFLAGS += -Iwin32 -DHAVE_STRING_H=1 -DHAVE_CONFIG_H=0 -fno-builtin-stpcpy 120CFLAGS += -Iwin32 -DHAVE_STRING_H=1 -DHAVE_CONFIG_H=0 -fno-builtin-stpcpy
121EXEEXT = .exe 121EXEEXT = .exe
122LDLIBS += userenv 122LDLIBS += userenv ws2_32
123ifeq ($(CONFIG_WIN32_NET),y)
124LDLIBS += ws2_32
125endif
126endif 123endif
127 124
128# Android has no separate crypt library 125# Android has no separate crypt library