This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bisect-runner.pl needs to set @paths correctly on 32 bit Linux
authorNicholas Clark <nick@ccl4.org>
Fri, 7 Oct 2011 21:07:50 +0000 (23:07 +0200)
committerNicholas Clark <nick@ccl4.org>
Fri, 7 Oct 2011 21:07:50 +0000 (23:07 +0200)
commitfdbac266ba9ef2a6f3bed61052973e72dc637ed1
tree569b848f035aa3ba122645faeb15d013da473515
parent5fceabf37802cb6e9aa4c0cdde30378472046822
bisect-runner.pl needs to set @paths correctly on 32 bit Linux

Without this, Configure may fail prior to commit 1cfa4ec74d4933da (which
added the 'ignore_versioned_solibs' logic), because bisect-runner.pl's code
to set libs relies on successfully finding at least one library to pass to
./Configure with -Dlibs=

miniperl and perl should now build back to perl-5.000 on 32 bit Linux.
test_prep may not work, as early versions of DB_File.xs will fail if a
new db.h is found.
Porting/bisect-runner.pl