pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/libssh2 libssh2: Don't build examples, they'r...
details: https://anonhg.NetBSD.org/pkgsrc/rev/efe8d3c61526
branches: trunk
changeset: 336710:efe8d3c61526
user: nia <nia%pkgsrc.org@localhost>
date: Sun Jul 21 08:18:53 2019 +0000
description:
libssh2: Don't build examples, they're not installed anyway.
diffstat:
security/libssh2/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 7baf2813641a -r efe8d3c61526 security/libssh2/Makefile
--- a/security/libssh2/Makefile Sun Jul 21 08:11:22 2019 +0000
+++ b/security/libssh2/Makefile Sun Jul 21 08:18:53 2019 +0000
@@ -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 @@
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