Project

General

Profile

Backport #8517 ยป socket.apple_IPV6_PKTINFO.patch

drbrain (Eric Hodel), 06/12/2013 11:25 AM

View differences:

ext/socket/extconf.rb (working copy)
$INCFLAGS << " -I$(topdir) -I$(top_srcdir)"
if /darwin/ =~ RUBY_PLATFORM
$CFLAGS << " -D__APPLE_USE_RFC_3542"
end
headers = []
unless $mswin or $mingw
headers = %w<sys/types.h netdb.h string.h sys/socket.h netinet/in.h>
    (1-1/1)