svn commit: r366494 - head/devel/libbfd
Tijl Coosemans
tijl at FreeBSD.org
Fri Aug 29 20:19:26 UTC 2014
On Fri, 29 Aug 2014 15:03:41 +0400 Dmitry Marakasov <amdmi3 at amdmi3.ru> wrote:
> * Tijl Coosemans (tijl at FreeBSD.org) wrote:
>> Log:
>> - Add USES=libtool
>> - Modify CONFIGURE_TARGET instead of ARCH
>
> This is a bit tricky (as everything with static libs): the static
> lib depends on libz:
>
> ---
> dependency_libs=' -lz'
> ---
>
> so dependencies won't link with it (confirmed on fnccheck and
> skyeye). I think the solution is to convert it to shared library
> (configure has needed options) - I've started this but haven't
> finished for some reason.
Fixed in r366561.
More information about the svn-ports-all
mailing list