aboutsummaryrefslogtreecommitdiff
path: root/Makefile.flags
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2014-03-17 21:58:40 +0000
committerRon Yorston <rmy@pobox.com>2014-03-17 21:58:40 +0000
commitc2a7ce04edbde925966f03d78cc8db077416da28 (patch)
treec55b561c25ab8c21d082c0edb6edf45b131ea169 /Makefile.flags
parent8d989e6c6af206f56e8ea596197dd724454097f0 (diff)
downloadbusybox-w32-c2a7ce04edbde925966f03d78cc8db077416da28.tar.gz
busybox-w32-c2a7ce04edbde925966f03d78cc8db077416da28.tar.bz2
busybox-w32-c2a7ce04edbde925966f03d78cc8db077416da28.zip
Drop CONFIG_WIN32_NET setting
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