Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/openssh security/openssh: remove unknown conf...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5295793144c5
branches:  trunk
changeset: 433674:5295793144c5
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jun 07 06:27:52 2020 +0000

description:
security/openssh: remove unknown configure option

diffstat:

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

diffs (19 lines):

diff -r 112e8b6d141f -r 5295793144c5 security/openssh/Makefile
--- a/security/openssh/Makefile Sun Jun 07 06:26:25 2020 +0000
+++ b/security/openssh/Makefile Sun Jun 07 06:27:52 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.265 2020/05/27 13:49:27 sevan Exp $
+# $NetBSD: Makefile,v 1.266 2020/06/07 06:27:52 rillig Exp $
 
 DISTNAME=              openssh-8.3p1
 PKGNAME=               ${DISTNAME:S/p1/.1/}
@@ -71,9 +71,6 @@
 # Enable S/Key support on NetBSD, Darwin, and Solaris.
 .if (${OPSYS} == "NetBSD") || (${OPSYS} == "Darwin") || (${OPSYS} == "SunOS")
 .  include "../../security/skey/buildlink3.mk"
-CONFIGURE_ARGS+=       --with-skey=${BUILDLINK_PREFIX.skey}
-.else
-CONFIGURE_ARGS+=       --without-skey
 .endif
 
 .if (${OPSYS} == "NetBSD")



Home | Main Index | Thread Index | Old Index