summaryrefslogtreecommitdiff
path: root/security/uvscan
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-08-25 00:20:21 +0000
committerjlam <jlam@pkgsrc.org>2000-08-25 00:20:21 +0000
commit7fa5e584e17ab006dabc015b361f6b661fa413fc (patch)
tree65e6f0378225869a785507f61e73ff3ee224c14d /security/uvscan
parent3bdf5fe6b07cef91b548035259b18c45d404935d (diff)
downloadpkgsrc-7fa5e584e17ab006dabc015b361f6b661fa413fc.tar.gz
Add appropriate definitions of LDD so check-shlibs works correctly.
Diffstat (limited to 'security/uvscan')
-rw-r--r--security/uvscan/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/uvscan/Makefile b/security/uvscan/Makefile
index 4b9f86d9bef..8c2dba25fe8 100644
--- a/security/uvscan/Makefile
+++ b/security/uvscan/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/08/18 22:46:51 hubertf Exp $
+# $NetBSD: Makefile,v 1.4 2000/08/25 00:20:24 jlam Exp $
#
DISTNAME= vlnx407e
@@ -24,6 +24,8 @@ NO_BIN_ON_CDROM= ${RESTRICTED}
NO_SRC_ON_FTP= ${RESTRICTED}
NO_SRC_ON_CDROM= ${RESTRICTED}
+LDD?= /emul/linux/usr/bin/ldd
+
do-configure:
${SED} <${FILESDIR}/uvscan.sh >${WRKSRC}/uvscan.sh \
-e 's:@@PREFIX@@:${PREFIX}:g'