In bisect-runner.pl, add -L/usr/local/lib in a non-OS-specific way.
authorNicholas Clark <nick@ccl4.org>
Thu, 27 Oct 2011 14:14:23 +0000 (16:14 +0200)
committerNicholas Clark <nick@ccl4.org>
Thu, 27 Oct 2011 14:14:23 +0000 (16:14 +0200)
commitac08709a9b880f8b5c578c7579191cbf00cddc76
tree29425d5e0368d233ed3fbcf164ca5c73b50d0d71
parentc0d745862f99b10f1ac50857c753f1a58c7ddb53
In bisect-runner.pl, add -L/usr/local/lib in a non-OS-specific way.

It's not scalable to hack the hints file on an OS by OS basis to add
-L/usr/local/lib to ldflags, given that in reality any OS will need it, if
it happens to have "wanted" libraries installed in /usr/local. So apply
the relevant logic that deals with this in perl-5.001n's Configure to earlier
versions of Configure.

With this, we can remove the special case to add -L/usr/local/lib for
FreeBSD, and avoid writing similar code for OpenBSD.
Porting/bisect-runner.pl