diff options
author | tv <tv> | 2005-11-04 19:36:57 +0000 |
---|---|---|
committer | tv <tv> | 2005-11-04 19:36:57 +0000 |
commit | 086ec057dd1f9df30d43604517975fd6d9b0a9cb (patch) | |
tree | ae3ee02619886306a6ebac47f7278c3204b29c76 | |
parent | 77f4f36e2bf8161817dba8fe374c9efa1a75fc8d (diff) | |
download | pkgsrc-086ec057dd1f9df30d43604517975fd6d9b0a9cb.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.
-rw-r--r-- | security/cyrus-sasl2/Makefile.common | 3 |
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 |