Building library that depends on another library.

Dag-Erling Smørgrav des at des.no
Wed May 8 09:34:26 UTC 2013


Pawel Jakub Dawidek <pjd at FreeBSD.org> writes:
> I came up with something like the following. Instead of:
>
> DPADD=	${LIBNV}
> LDADD=	-lnv
> (plus modifying src/Makefile.inc1)
>
> I only add:
>
> LDADD=	-L${.OBJDIR}/../libnv -lnv

That breaks the non-world build.

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the freebsd-arch mailing list