pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/openssh



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Jun  7 06:27:52 UTC 2020

Modified Files:
        pkgsrc/security/openssh: Makefile

Log Message:
security/openssh: remove unknown configure option


To generate a diff of this commit:
cvs rdiff -u -r1.265 -r1.266 pkgsrc/security/openssh/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/openssh/Makefile
diff -u pkgsrc/security/openssh/Makefile:1.265 pkgsrc/security/openssh/Makefile:1.266
--- pkgsrc/security/openssh/Makefile:1.265      Wed May 27 13:49:27 2020
+++ pkgsrc/security/openssh/Makefile    Sun Jun  7 06:27:52 2020
@@ -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 @@ CONFIGURE_ENV+=               LD=${CC:Q}
 # 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