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>