aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python22/files/patch-configure
blob: 1ed245321f048cb80b71461b720954a694458eb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- configure.orig  Wed Apr 14 15:29:28 2004
+++ configure   Wed Apr 14 15:30:25 2004
@@ -5523,6 +5523,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;