Skip to content

Commit 4b68830

Browse files
committed
Solaris needs minimum missing SSL API COMPAT option
1 parent a75ad95 commit 4b68830

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile.PL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ if ($Config{gccversion} =~ /llvm/i) {
5757
}
5858

5959
if ($Config{myuname} =~ /sunos|solaris/i) {
60-
# Any SunStudio flags?
60+
$args{OPTIMIZE} = $cc_option_flags;
6161
} else {
6262
$args{OPTIMIZE} = $cc_option_flags;
6363
}
@@ -79,7 +79,7 @@ my %WriteMakefileArgs = (
7979
"File::Slurper" => "0.012",
8080
"Test::Exception" => 0
8181
},
82-
"VERSION" => "0.33",
82+
"VERSION" => "0.34",
8383
"test" => {
8484
"TESTS" => "t/*.t t/author/*.t"
8585
}

maint/Makefile_header.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if ($Config{gccversion} =~ /llvm/i) {
4747
}
4848

4949
if ($Config{myuname} =~ /sunos|solaris/i) {
50-
# Any SunStudio flags?
50+
$args{OPTIMIZE} = $cc_option_flags;
5151
} else {
5252
$args{OPTIMIZE} = $cc_option_flags;
5353
}

0 commit comments

Comments
 (0)