]> git.pld-linux.org Git - packages/curl.git/blame - curl-ac.patch
rebuild with openssl 3.0.0
[packages/curl.git] / curl-ac.patch
CommitLineData
668d9156
AM
1diff -urN curl-7.12.1.org/configure.ac curl-7.12.1/configure.ac
2--- curl-7.12.1.org/configure.ac 2004-08-13 02:20:37.003335512 +0200
3+++ curl-7.12.1/configure.ac 2004-08-13 02:21:07.172749064 +0200
4@@ -392,7 +392,7 @@
eef5da07
JP
5 struct sockaddr_in6 s;
6 (void)s;
668d9156
AM
7 if (socket(AF_INET6, SOCK_STREAM, 0) < 0)
8- exit(1);
9+ exit(0);
10 else
11 exit(0);
12 }
This page took 0.034469 seconds and 4 git commands to generate.