pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/30031: Cannot compile package subversion 1.1.4 on NetBSD 2.0.2
The following reply was made to PR pkg/30031; it has been noted by GNATS.
From: "Johnny C. Lam" <jlam%NetBSD.org@localhost>
To: Eric Gillespie <epg%pretzelnet.org@localhost>
Cc: pkg-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
pkgsrc-bugs%netbsd.org@localhost
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@localhost> 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@localhost>
Home |
Main Index |
Thread Index |
Old Index