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



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