From 1f0f6439c61f0f5794c25f2d6d9773063fda9e99 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Wed, 2 May 2012 11:26:15 +0200 Subject: [PATCH] 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. --- Porting/bisect-runner.pl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Porting/bisect-runner.pl b/Porting/bisect-runner.pl index a3709db..79837f3 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'); + } } } -- 2.7.4