OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-Curl?expand=0&rev=2
14 lines
388 B
Diff
14 lines
388 B
Diff
# see https://github.com/sparky/perl-Net-Curl/issues/18
|
|
|
|
diff -ru Net-Curl-0.37.orig/Makefile.PL Net-Curl-0.37/Makefile.PL
|
|
--- Net-Curl-0.37.orig/Makefile.PL 2015-02-01 10:20:35.000000000 +0100
|
|
+++ Net-Curl-0.37/Makefile.PL 2017-05-30 16:26:38.554205323 +0200
|
|
@@ -310,6 +310,7 @@
|
|
}
|
|
close H;
|
|
}
|
|
+ delete $syms{CURL_STRICTER};
|
|
|
|
my @out;
|
|
foreach my $e (sort keys %syms) {
|