projects
/
fio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
363cffa
)
Enable IPv6 in the Windows build
author
Bruce Cran
<bcran@fusionio.com>
Wed, 29 Jan 2014 00:34:08 +0000
(17:34 -0700)
committer
Jens Axboe
<axboe@kernel.dk>
Wed, 29 Jan 2014 03:42:59 +0000
(20:42 -0700)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
configure
patch
|
blob
|
blame
|
history
diff --git
a/configure
b/configure
index 6baa579afb6a220f89a3a2594fee3900916caa7b..78a6ccb7e746aa2e272a68bccd96c8c821084034 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-244,6
+244,7
@@
CYGWIN*)
output_sym "CONFIG_SCHED_IDLE"
output_sym "CONFIG_TCP_NODELAY"
output_sym "CONFIG_TLS_THREAD"
+ output_sym "CONFIG_IPV6"
echo "CC=$CC" >> $config_host_mak
echo "BUILD_CFLAGS=$CFLAGS -include config-host.h -D_GNU_SOURCE" >> $config_host_mak
exit 0