summaryrefslogtreecommitdiff
path: root/Porting/bisect-runner.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2012-05-02 11:26:15 +0200
committerNicholas Clark <nick@ccl4.org>2013-05-28 09:19:28 +0200
commit1f0f6439c61f0f5794c25f2d6d9773063fda9e99 (patch)
tree5f945fc74f78762e77ec05f026a114a18c0c7431 /Porting/bisect-runner.pl
parentb835daeb04122e4e7730a2afd5c5471b21071896 (diff)
downloadperl-1f0f6439c61f0f5794c25f2d6d9773063fda9e99.tar.gz
bisect-runner.pl should fix a typo in the Solaris hints file.
Without this typo fix about 700 revisions from 5.13.10 to 5.14.0-RC1 can't be built on Solaris with Sun's compiler.
Diffstat (limited to 'Porting/bisect-runner.pl')
-rwxr-xr-xPorting/bisect-runner.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/Porting/bisect-runner.pl b/Porting/bisect-runner.pl
index a3709dbb01..79837f31e3 100755
--- a/Porting/bisect-runner.pl
+++ b/Porting/bisect-runner.pl
@@ -2040,6 +2040,11 @@ EOT
}
}
}
+ } elsif ($^O eq 'solaris') {
+ if (($major == 13 || $major == 14)
+ && extract_from_file('hints/solaris_2.sh', qr/getconfldllflags/)) {
+ apply_commit('c80bde4388070c45');
+ }
}
}