X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fruby%2Fruby%2F0001-openembedded-socket-extconf-hardcode-wide-getaddr-in.patch;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fruby%2Fruby%2F0001-openembedded-socket-extconf-hardcode-wide-getaddr-in.patch;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=08ab662df2daf7d4a4d6e2ce7add841597ae165f;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/ruby/ruby/0001-openembedded-socket-extconf-hardcode-wide-getaddr-in.patch b/meta-starlingx/meta-stx-integ/recipes-devtools/ruby/ruby/0001-openembedded-socket-extconf-hardcode-wide-getaddr-in.patch deleted file mode 100644 index 08ab662..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/ruby/ruby/0001-openembedded-socket-extconf-hardcode-wide-getaddr-in.patch +++ /dev/null @@ -1,31 +0,0 @@ -From e6a66a83233eead74daab6bfe0390c70989ea110 Mon Sep 17 00:00:00 2001 -From: "Sar Ashki, Babak" -Date: Tue, 24 Mar 2020 14:47:02 -0700 -Subject: [PATCH] openembedded socket extconf: hardcode wide getaddr info - -From 9341293e71c03fe606edc9157bf1e13e3dd5b507 -Without this the socket extension doesn't build correctly ---- - ext/socket/extconf.rb | 6 ++++++ - 1 file changed, 6 insertions(+) - -diff --git a/ext/socket/extconf.rb b/ext/socket/extconf.rb -index 13937ac773..775d63335d 100644 ---- a/ext/socket/extconf.rb -+++ b/ext/socket/extconf.rb -@@ -362,6 +362,12 @@ main(void) - return EXIT_FAILURE; - } - EOF -+ -+ -+# Ignore the actual result of the above test and assume that -+# everything is OK. -+getaddr_info_ok = true -+ - if ipv6 and not getaddr_info_ok - abort <