perl-DBD-MySQL/DBD-mysql-4.035-Fix-nossl-option.patch
2016-08-16 17:49:06 +02:00

15 lines
626 B
Diff

diff -up DBD-mysql-4.035/Makefile.PL.orig DBD-mysql-4.035/Makefile.PL
--- DBD-mysql-4.035/Makefile.PL.orig 2016-08-16 15:10:57.626484971 +0200
+++ DBD-mysql-4.035/Makefile.PL 2016-08-16 16:05:56.739956566 +0200
@@ -680,8 +680,8 @@ section "Linker flags" or type
MSG
}
elsif ($param eq "nossl") {
- $opt->{$param} = ($opt->{"libs"} =~ /ssl/) ? 1 : 0;
- $source->{$param} = $opt->{$param} ? "choice" : "default";
+ #$opt->{$param} = ($opt->{"libs"} =~ /ssl/) ? 1 : 0;
+ #$source->{$param} = $opt->{$param} ? "choice" : "default";
}
elsif ($param eq "ssl") {
# default, for legacy reasons