pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/cyrus-sasl2 Use LTCONFIG_OVERRIDE. Besides m...
details: https://anonhg.NetBSD.org/pkgsrc/rev/893f22f3b549
branches: trunk
changeset: 502448:893f22f3b549
user: tv <tv%pkgsrc.org@localhost>
date: Fri Nov 04 19:36:57 2005 +0000
description:
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:
security/cyrus-sasl2/Makefile.common | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 292aa8c81611 -r 893f22f3b549 security/cyrus-sasl2/Makefile.common
--- a/security/cyrus-sasl2/Makefile.common Fri Nov 04 19:36:01 2005 +0000
+++ b/security/cyrus-sasl2/Makefile.common Fri Nov 04 19:36:57 2005 +0000
@@ -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 @@
USE_TOOLS+= gmake
USE_LIBTOOL= yes
+LTCONFIG_OVERRIDE= ${WRKSRC}/config/ltconfig
MAKE_ENV+= SHLIBTOOL=${SHLIBTOOL:Q}
DOCDIR= ${PREFIX}/share/doc/cyrus-sasl
Home |
Main Index |
Thread Index |
Old Index