From 086ec057dd1f9df30d43604517975fd6d9b0a9cb Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 4 Nov 2005 19:36:57 +0000 Subject: 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. --- security/cyrus-sasl2/Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3