pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/libssh2



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 10 17:27:27 UTC 2020

Modified Files:
        pkgsrc/security/libssh2: Makefile

Log Message:
security/libssh2: remove unknown configure options


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/security/libssh2/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/libssh2/Makefile
diff -u pkgsrc/security/libssh2/Makefile:1.21 pkgsrc/security/libssh2/Makefile:1.22
--- pkgsrc/security/libssh2/Makefile:1.21       Thu Mar 12 17:28:10 2020
+++ pkgsrc/security/libssh2/Makefile    Sun May 10 17:27:27 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2020/03/12 17:28:10 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2020/05/10 17:27:27 rillig Exp $
 
 DISTNAME=      libssh2-1.9.0
 PKGREVISION=   1
@@ -13,9 +13,7 @@ LICENSE=      modified-bsd
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 
-CONFIGURE_ARGS+=       --with-libgcrypt=no
 CONFIGURE_ARGS+=       --with-libz=${BUILDLINK_PREFIX.zlib:Q}
-CONFIGURE_ARGS+=       --with-openssl=${SSLBASE:Q}
 CONFIGURE_ARGS+=       --disable-examples-build
 
 PKGCONFIG_OVERRIDE+=   libssh2.pc.in



Home | Main Index | Thread Index | Old Index