pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/mit-krb5 Force using the BSD utmp interface o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c7b0e4f3892
branches:  trunk
changeset: 480587:5c7b0e4f3892
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Sep 15 15:29:49 2004 +0000

description:
Force using the BSD utmp interface on NetBSD until the configure
scripts can be taught how to properly detect our utmpx implementation.
This should fix the build on NetBSD-2.0 and -current.

diffstat:

 security/mit-krb5/Makefile |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r edcc8b14fb17 -r 5c7b0e4f3892 security/mit-krb5/Makefile
--- a/security/mit-krb5/Makefile        Wed Sep 15 15:26:10 2004 +0000
+++ b/security/mit-krb5/Makefile        Wed Sep 15 15:29:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/09/07 01:47:28 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2004/09/15 15:29:49 jlam Exp $
 
 DISTNAME=      krb5-1.3.4
 PKGNAME=       mit-${DISTNAME}
@@ -64,6 +64,14 @@
 CONFIGURE_ARGS+=       --without-tcl
 MAKE_ENV+=             ROOT_USER=${ROOT_USER}
 
+# XXX Force using the BSD utmp interface on NetBSD until the configure
+# XXX scripts can be taught how to properly detect our utmpx
+# XXX implementation.
+#
+.if ${OPSYS} == "NetBSD"
+CONFIGURE_ENV+=                ac_cv_func_setutent=no
+.endif
+
 .if defined(KERBEROS_PREFIX_CMDS) && !empty(KERBEROS_PREFIX_CMDS:M[yY][eE][sS])
 PKG_DEFAULT_OPTIONS+=  prefix-cmds
 .endif



Home | Main Index | Thread Index | Old Index