pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/openssh Something in our framework interferes...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a3f8e235747c
branches:  trunk
changeset: 474299:a3f8e235747c
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Apr 27 12:26:31 2004 +0000

description:
Something in our framework interferes with configure disabling utmp/wtmp
handling on Solaris >= 8 so do it explicitly.

diffstat:

 security/openssh/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 01fcb83082a0 -r a3f8e235747c security/openssh/Makefile
--- a/security/openssh/Makefile Tue Apr 27 12:21:49 2004 +0000
+++ b/security/openssh/Makefile Tue Apr 27 12:26:31 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.127 2004/04/27 12:21:49 markd Exp $
+# $NetBSD: Makefile,v 1.128 2004/04/27 12:26:31 markd Exp $
 
 DISTNAME=              openssh-3.8p1
 PKGNAME=               openssh-3.8.1
@@ -99,6 +99,10 @@
 LDFLAGS+=              -lkrb -lcom_err -lroken -ldes -lcrypto
 .endif
 
+.if ${OPSYS} == "SunOS" && (${OS_VERSION} == "5.8" || ${OS_VERSION} == "5.9")
+CONFIGURE_ARGS+=       --disable-utmp --disable-wtmp
+.endif
+
 # The ssh-askpass program is in ${X11BASE}/bin or ${X11PREFIX}/bin depending
 # on if it's part of the X11 distribution, or if it's installed from pkgsrc
 # (security/ssh-askpass).



Home | Main Index | Thread Index | Old Index