perl-WWW-Curl: rebuild for perl-5.32.
This commit is contained in:
parent
3eba477c15
commit
8e5b0b7a4b
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
CPAN RT#132197
|
||||||
|
|
||||||
--- Makefile.PL
|
--- Makefile.PL
|
||||||
+++ Makefile.PL
|
+++ Makefile.PL
|
||||||
@@ -127,7 +127,7 @@
|
@@ -127,7 +127,7 @@
|
||||||
|
@ -5,7 +7,7 @@
|
||||||
|
|
||||||
for my $e (sort @syms) {
|
for my $e (sort @syms) {
|
||||||
- if($e =~ /(OBSOLETE|^CURL_EXTERN|_LAST\z|_LASTENTRY\z)/) {
|
- if($e =~ /(OBSOLETE|^CURL_EXTERN|_LAST\z|_LASTENTRY\z)/) {
|
||||||
+ if($e =~ /(OBSOLETE|^CURL_EXTERN|^CURL_STRICTER\z|^CURL_DID_MEMORY_FUNC_TYPEDEFS\z|_LAST\z|_LASTENTRY\z|^CURLINC_CURL_H\z)/) {
|
+ if($e =~ /(OBSOLETE|^CURL_EXTERN|^CURL_STRICTER\z|^CURL_WIN32\z|^CURLOPT\z|_LAST\z|_LASTENTRY\z)/) {
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
my ($group) = $e =~ m/^([^_]+_)/;
|
my ($group) = $e =~ m/^([^_]+_)/;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'perl-WWW-Curl'.
|
# Template build file for 'perl-WWW-Curl'.
|
||||||
pkgname=perl-WWW-Curl
|
pkgname=perl-WWW-Curl
|
||||||
version=4.17
|
version=4.17
|
||||||
revision=10
|
revision=11
|
||||||
wrksrc="WWW-Curl-${version}"
|
wrksrc="WWW-Curl-${version}"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
|
|
Loading…
Reference in a new issue