aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python24/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python24/files/patch-configure')
-rw-r--r--lang/python24/files/patch-configure8
1 files changed, 0 insertions, 8 deletions
diff --git a/lang/python24/files/patch-configure b/lang/python24/files/patch-configure
index 40e715f8aa0e..46e70b302d23 100644
--- a/lang/python24/files/patch-configure
+++ b/lang/python24/files/patch-configure
@@ -31,11 +31,3 @@
else
echo "$as_me: program exited with status $ac_status" >&5
echo "$as_me: failed program was:" >&5
-@@ -15001,6 +15007,7 @@
- hints.ai_family = AF_UNSPEC;
- hints.ai_flags = passive ? AI_PASSIVE : 0;
- hints.ai_socktype = SOCK_STREAM;
-+ hints.ai_protocol = IPPROTO_TCP;
- if ((gaierr = getaddrinfo(NULL, "54321", &hints, &aitop)) != 0) {
- (void)gai_strerror(gaierr);
- goto bad;