This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bisect-runner.pl should search for lib*.a as well as lib*.so
authorNicholas Clark <nick@ccl4.org>
Mon, 9 Apr 2012 07:14:21 +0000 (09:14 +0200)
committerNicholas Clark <nick@ccl4.org>
Tue, 28 May 2013 07:19:27 +0000 (09:19 +0200)
commit40c9485684ea62c3628bbee3f8b62187d00780c7
tree972f3b0955ca5be74cdbfaf65778ad57fb1dccb7
parent551dc3741cd19f08b426fb3a6fdeecd79e3179be
bisect-runner.pl should search for lib*.a as well as lib*.so

When forcing the library list on earlier perls to avoid versioned shared
objects, also look for static libraries. Also, ensure bisect-runner.pl
searches additional library paths given to it via -Alibpth

Without this, one can't test build against static libraries in non-standard
locations.
Porting/bisect-runner.pl