pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/openssh This version of OpenSSH doesn't need ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a00867b8b88d
branches:  trunk
changeset: 461923:a00867b8b88d
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Tue Sep 23 19:33:14 2003 +0000

description:
This version of OpenSSH doesn't need special flags for Irix anymore.

diffstat:

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

diffs (19 lines):

diff -r 051b2f253f73 -r a00867b8b88d security/openssh/Makefile
--- a/security/openssh/Makefile Tue Sep 23 19:26:01 2003 +0000
+++ b/security/openssh/Makefile Tue Sep 23 19:33:14 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.115 2003/09/23 17:52:33 jschauma Exp $
+# $NetBSD: Makefile,v 1.116 2003/09/23 19:33:14 jschauma Exp $
 
 DISTNAME=              openssh-3.7.1p2
 PKGNAME=               openssh-3.7.1.2
@@ -75,9 +75,6 @@
 .if ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS"
 .  include "../../security/skey/buildlink2.mk"
 CONFIGURE_ARGS+=       --with-skey=${BUILDLINK_PREFIX.skey}
-.elif ${OPSYS} == "IRIX"
-CFLAGS+=       -DSETEUID_BREAKS_SETUID -DBROKEN_SETREUID -DBROKEN_SETREGID
-.elif ${OPSYS} == "NetBSD"
 # XXX: NetBSD has 4 args (4: sslen) to skeychallenge instead of 3
 #CONFIGURE_ARGS+=      --with-skey=/usr
 CONFIGURE_ARGS+=       --without-skey



Home | Main Index | Thread Index | Old Index