aboutsummaryrefslogtreecommitdiff
path: root/win32/Kbuild
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2015-07-15 14:24:23 +0100
committerRon Yorston <rmy@pobox.com>2015-07-15 14:24:23 +0100
commit9fe16f6102d8ab907c056c484988057904092c06 (patch)
tree57eebf666b5f39b4d876a1876fffafaa05d711a6 /win32/Kbuild
parent70a4a723c507efc4e1bcfa4d4685da0821bff6dc (diff)
downloadbusybox-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/Kbuild1
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
11lib-$(CONFIG_PLATFORM_MINGW32) += process.o 11lib-$(CONFIG_PLATFORM_MINGW32) += process.o
12lib-$(CONFIG_PLATFORM_MINGW32) += regex.o 12lib-$(CONFIG_PLATFORM_MINGW32) += regex.o
13lib-$(CONFIG_PLATFORM_MINGW32) += net.o 13lib-$(CONFIG_PLATFORM_MINGW32) += net.o
14lib-$(CONFIG_PLATFORM_MINGW32) += inet_pton.o
14lib-$(CONFIG_PLATFORM_MINGW32) += poll.o 15lib-$(CONFIG_PLATFORM_MINGW32) += poll.o
15lib-$(CONFIG_PLATFORM_MINGW32) += select.o 16lib-$(CONFIG_PLATFORM_MINGW32) += select.o
16lib-$(CONFIG_PLATFORM_MINGW32) += popen.o 17lib-$(CONFIG_PLATFORM_MINGW32) += popen.o