summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-11-04 19:36:57 +0000
committertv <tv@pkgsrc.org>2005-11-04 19:36:57 +0000
commit5bb126ef55e19401c8cdf6873bf87dc053d74a47 (patch)
treeae3ee02619886306a6ebac47f7278c3204b29c76 /security
parentbb62f494180fd1bd0650ad96dce4aa1a830aed67 (diff)
downloadpkgsrc-5bb126ef55e19401c8cdf6873bf87dc053d74a47.tar.gz
Use LTCONFIG_OVERRIDE. Besides making "configure" faster, this avoids an
odd case where cyrus-sasl2 attempts to load /dev/null via shell "." command, which won't work on Interix as /dev/null is not set as executable there.
Diffstat (limited to 'security')
-rw-r--r--security/cyrus-sasl2/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/cyrus-sasl2/Makefile.common b/security/cyrus-sasl2/Makefile.common
index 76285df7977..27a91e14fcb 100644
--- a/security/cyrus-sasl2/Makefile.common
+++ b/security/cyrus-sasl2/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.29 2005/06/01 20:08:01 jlam Exp $
+# $NetBSD: Makefile.common,v 1.30 2005/11/04 19:36:57 tv Exp $
#
# This file is currently included by:
#
@@ -45,6 +45,7 @@ GNU_CONFIGURE= yes
USE_TOOLS+= gmake
USE_LIBTOOL= yes
+LTCONFIG_OVERRIDE= ${WRKSRC}/config/ltconfig
MAKE_ENV+= SHLIBTOOL=${SHLIBTOOL:Q}
DOCDIR= ${PREFIX}/share/doc/cyrus-sasl