libtool question again

Jeremy Messenger mezz.freebsd at gmail.com
Tue Mar 13 01:30:26 UTC 2012


On Wed, Mar 7, 2012 at 3:42 AM, Alex Dupre <ale at freebsd.org> wrote:
> Roman Bogorodskiy wrote:
>>> USE_AUTOTOOLS=       libtool
>>> USE_GNOME=   ltverhack
>>>
>>> to avoid bumping.
>>
>> I'm using it and it doesn't help: libgnutls.so.47 becomes
>> libgnutls.so.48 (where 48 is 'current').
>
> Probably you have not set LIBTOOLFILES to include all the 'configure'
> scripts.

Yep, that's correct. The gnutls has more than one configure, so its
Makefile will need to set it to this:

LIBTOOLFILES=	configure lib/configure libextra/configure

Cheers,
Mezz


> In any case, a bump will be necessary, because the shared version number
> will decrease, but at least it won't be necessary next times.
>
> --
> Alex Dupre


-- 
mezz.freebsd at gmail.com - mezz at FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - gnome at FreeBSD.org


More information about the freebsd-ports mailing list