]> git.pld-linux.org Git - packages/perl-WWW-Curl.git/blob - curl-7.69.0.patch
- fix building with curl 7.69.x
[packages/perl-WWW-Curl.git] / curl-7.69.0.patch
1 diff -ur WWW-Curl-4.17.orig/Makefile.PL WWW-Curl-4.17/Makefile.PL
2 --- WWW-Curl-4.17.orig/Makefile.PL      2020-04-29 23:23:07.018641000 +0200
3 +++ WWW-Curl-4.17/Makefile.PL   2020-04-29 23:23:24.517641000 +0200
4 @@ -127,7 +127,7 @@
5      close H;
6  
7      for my $e (sort @syms) {
8 -       if($e =~ /(OBSOLETE|^CURL_EXTERN|^CURL_STRICTER\z|^CURL_DID_MEMORY_FUNC_TYPEDEFS\z|_LAST\z|_LASTENTRY\z|^CURLINC_)/) {
9 +       if($e =~ /(OBSOLETE|^CURL_EXTERN|^CURL_STRICTER\z|^CURL_WIN32\z|^CURLOPT\z|^CURL_DID_MEMORY_FUNC_TYPEDEFS\z|_LAST\z|_LASTENTRY\z|^CURLINC_)/) {
10            next;
11         }
12         my ($group) = $e =~ m/^([^_]+_)/;
This page took 0.06781 seconds and 3 git commands to generate.