Subject: Re: pkg/30031: Cannot compile package subversion 1.1.4 on NetBSD
To: Eric Gillespie <epg@pretzelnet.org>
From: Johnny C. Lam <jlam@NetBSD.org>
List: pkgsrc-bugs
Date: 04/25/2005 12:11:22
Eric Gillespie wrote:
> Johnny Lam <jlam@NetBSD.org> writes:
> 
> 
>>Can that package be taught to use shlibtool instead of libtool?
>>shlibtool will only build the .la file and the shared
>>library/module, as opposed to libtool which will also build the
>>.a file.
> 
> 
> Ah, i don't think i've seen that before.  I doubt it should be
> very hard; i'll look into it.

IIRC, it's just a matter of setting:

# Use shlibtool so we don't build static library archives for the
# shared modules.
#
USE_LIBTOOL=		yes
SHLIBTOOL_OVERRIDE=	${LIBTOOL_OVERRIDE}

	Cheers,

	-- Johnny Lam <jlam@NetBSD.org>