]> git.pld-linux.org Git - packages/curl.git/commitdiff
- enable ipv6 always when requested
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 13 Aug 2004 00:28:50 +0000 (00:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    curl-ac.patch -> 1.1

curl-ac.patch [new file with mode: 0644]

diff --git a/curl-ac.patch b/curl-ac.patch
new file mode 100644 (file)
index 0000000..d4e1f43
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN curl-7.12.1.org/configure.ac curl-7.12.1/configure.ac
+--- curl-7.12.1.org/configure.ac       2004-08-13 02:20:37.003335512 +0200
++++ curl-7.12.1/configure.ac   2004-08-13 02:21:07.172749064 +0200
+@@ -392,7 +392,7 @@
+ main()
+ {
+  if (socket(AF_INET6, SOCK_STREAM, 0) < 0)
+-   exit(1);
++   exit(0);
+  else
+    exit(0);
+ }
This page took 0.245572 seconds and 4 git commands to generate.