diff options
author | Ron Yorston <rmy@pobox.com> | 2015-07-15 14:24:23 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2015-07-15 14:24:23 +0100 |
commit | 9fe16f6102d8ab907c056c484988057904092c06 (patch) | |
tree | 57eebf666b5f39b4d876a1876fffafaa05d711a6 /win32/Kbuild | |
parent | 70a4a723c507efc4e1bcfa4d4685da0821bff6dc (diff) | |
download | busybox-w32-9fe16f6102d8ab907c056c484988057904092c06.tar.gz busybox-w32-9fe16f6102d8ab907c056c484988057904092c06.tar.bz2 busybox-w32-9fe16f6102d8ab907c056c484988057904092c06.zip |
mingw: enable support for IPv6
Import inet_pton from gnulib and enable IPv6 support by default.
Diffstat (limited to 'win32/Kbuild')
-rw-r--r-- | win32/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/Kbuild b/win32/Kbuild index 48cd027e7..ba361f1ca 100644 --- a/win32/Kbuild +++ b/win32/Kbuild | |||
@@ -11,6 +11,7 @@ lib-$(CONFIG_PLATFORM_MINGW32) += mingw.o | |||
11 | lib-$(CONFIG_PLATFORM_MINGW32) += process.o | 11 | lib-$(CONFIG_PLATFORM_MINGW32) += process.o |
12 | lib-$(CONFIG_PLATFORM_MINGW32) += regex.o | 12 | lib-$(CONFIG_PLATFORM_MINGW32) += regex.o |
13 | lib-$(CONFIG_PLATFORM_MINGW32) += net.o | 13 | lib-$(CONFIG_PLATFORM_MINGW32) += net.o |
14 | lib-$(CONFIG_PLATFORM_MINGW32) += inet_pton.o | ||
14 | lib-$(CONFIG_PLATFORM_MINGW32) += poll.o | 15 | lib-$(CONFIG_PLATFORM_MINGW32) += poll.o |
15 | lib-$(CONFIG_PLATFORM_MINGW32) += select.o | 16 | lib-$(CONFIG_PLATFORM_MINGW32) += select.o |
16 | lib-$(CONFIG_PLATFORM_MINGW32) += popen.o | 17 | lib-$(CONFIG_PLATFORM_MINGW32) += popen.o |