Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: source-changes
Date: 08/25/2000 02:29:28
Module Name:	pkgsrc
Committed By:	jlam
Date:		Thu Aug 24 23:29:28 UTC 2000

Modified Files:
	pkgsrc/mk: bsd.pkg.mk

Log Message:
In check-shlibs, use ${LDD}, instead of directly invoking "ldd" to check
whether the proper shared libs are available.  Packages which use the
emulation system should set LDD to the path of a the emulated ldd, or
simply set it to true, e.g.:

	LDD?=	/emul/linux/usr/bin/ldd
	LDD?=	${TRUE}

Fixes PR#10853.


To generate a diff of this commit:
cvs rdiff -r1.549 -r1.550 pkgsrc/mk/bsd.pkg.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.