Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / ruby / ruby / ext.socket.extmk.patch
1 diff -Nurpd a/ext/socket/extconf.rb b/ext/socket/extconf.rb
2 --- a/ext/socket/extconf.rb     2020-04-03 10:58:47.646427762 -0700
3 +++ b/ext/socket/extconf.rb     2020-04-03 11:00:06.998097135 -0700
4 @@ -362,6 +362,9 @@ main(void)
5    return EXIT_FAILURE;
6  }
7  EOF
8 +# Ignore the actual result of the above test and assume that
9 +# everything is OK.
10 +getaddr_info_ok = true
11  if ipv6 and not getaddr_info_ok
12    abort <<EOS
13