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:   nia
Date:           Sun Jul 21 08:18:53 UTC 2019

Modified Files:
        pkgsrc/security/libssh2: Makefile

Log Message:
libssh2: Don't build examples, they're not installed anyway.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 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.18 pkgsrc/security/libssh2/Makefile:1.19
--- pkgsrc/security/libssh2/Makefile:1.18       Tue Jul  9 10:42:59 2019
+++ pkgsrc/security/libssh2/Makefile    Sun Jul 21 08:18:53 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2019/07/09 10:42:59 nia Exp $
+# $NetBSD: Makefile,v 1.19 2019/07/21 08:18:53 nia Exp $
 
 DISTNAME=      libssh2-1.9.0
 CATEGORIES=    security
@@ -15,6 +15,7 @@ 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
 TEST_TARGET=           check



Home | Main Index | Thread Index | Old Index