aboutsummaryrefslogtreecommitdiff
path: root/Makefile.flags
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2021-03-01 12:18:11 +0000
committerRon Yorston <rmy@pobox.com>2021-03-01 12:18:11 +0000
commiteecc23b563b9759556f3ccf9a8595e7bb6a2215c (patch)
tree405143d872a3e7ff71e7e557615db6d1b10cb0bd /Makefile.flags
parente2e8e16b465d34759678b8170c44ce62c5b74eb0 (diff)
downloadbusybox-w32-eecc23b563b9759556f3ccf9a8595e7bb6a2215c.tar.gz
busybox-w32-eecc23b563b9759556f3ccf9a8595e7bb6a2215c.tar.bz2
busybox-w32-eecc23b563b9759556f3ccf9a8595e7bb6a2215c.zip
Post-merge build fixes
Diffstat (limited to 'Makefile.flags')
-rw-r--r--Makefile.flags2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.flags b/Makefile.flags
index 8ea0687c7..dfdd957f3 100644
--- a/Makefile.flags
+++ b/Makefile.flags
@@ -147,7 +147,7 @@ export SYSROOT=$(CONFIG_SYSROOT)
147endif 147endif
148 148
149ifeq ($(CONFIG_PLATFORM_MINGW32),y) 149ifeq ($(CONFIG_PLATFORM_MINGW32),y)
150CFLAGS += -Iwin32 -DHAVE_STRING_H=1 -DHAVE_CONFIG_H=0 -fno-builtin-stpcpy -fno-ident -fno-builtin-strndup 150CFLAGS += -Iwin32 -DHAVE_STRING_H=1 -DHAVE_CONFIG_H=0 -fno-builtin-stpcpy -fno-builtin-stpncpy -fno-ident -fno-builtin-strndup
151EXEEXT = .exe 151EXEEXT = .exe
152LDLIBS += ws2_32 mingwex -l:libssp.a 152LDLIBS += ws2_32 mingwex -l:libssp.a
153endif 153endif