bisect-runner.pl needs to add -L/usr/local/lib prior to 5.002 on FreeBSD.
authorNicholas Clark <nick@ccl4.org>
Wed, 5 Oct 2011 15:27:43 +0000 (17:27 +0200)
committerNicholas Clark <nick@ccl4.org>
Wed, 5 Oct 2011 15:27:43 +0000 (17:27 +0200)
commit641e2ba64a1d7cbbbe053e6e1f11142fb0774f45
treef2482d7d706efd178f14a69a9d5e632b341d2339
parent5541f5e3812b610fc46c8eb35644f773391a610e
bisect-runner.pl needs to add -L/usr/local/lib prior to 5.002 on FreeBSD.

This may well also be needed on some other platforms, but as it has to be
done in the middle of the Configure run, there isn't a clean cross-platform
way to do it.

With this, FreeBSD will build all extensions back to 5.001n, and miniperl
back to 5.000. I don't think that it's going to be possible to improve on
that (without cheating and using a config.sh imported from the "future").
Porting/bisect-runner.pl