Subject: Re: pkg/30031: Cannot compile package subversion 1.1.4 on NetBSD
To: None <epg@netbsd.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org>
From: Johnny C. Lam <jlam@NetBSD.org>
List: pkgsrc-bugs
Date: 04/25/2005 16:12:02
The following reply was made to PR pkg/30031; it has been noted by GNATS.
From: "Johnny C. Lam" <jlam@NetBSD.org>
To: Eric Gillespie <epg@pretzelnet.org>
Cc: pkg-manager@netbsd.org, gnats-admin@netbsd.org,
pkgsrc-bugs@netbsd.org
Subject: Re: pkg/30031: Cannot compile package subversion 1.1.4 on NetBSD
2.0.2
Date: Mon, 25 Apr 2005 12:11:22 -0400
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>