summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-09-02 11:45:51 +0000
committernia <nia@pkgsrc.org>2020-09-02 11:45:51 +0000
commit4c03eacf9eab2f0e255b3db39966164468638466 (patch)
treebe69436d8d99d4d20559b012a23d530cd51656d3
parent5f933c85d89d6079f4a46b95f0044ae98da8e043 (diff)
downloadpkgsrc-4c03eacf9eab2f0e255b3db39966164468638466.tar.gz
libssh: Disable building examples
They don't get installed and at least one of them doesn't like NetBSD 8. Bump PKGREVISION
-rw-r--r--security/libssh/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/libssh/Makefile b/security/libssh/Makefile
index 3c523301cc3..5fca5b2f972 100644
--- a/security/libssh/Makefile
+++ b/security/libssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2020/04/12 21:05:01 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2020/09/02 11:45:51 nia Exp $
#
# history: upstream renamed 0.11 to 0.1.1;
# we have to use the old-style convention so that version compares work.
@@ -6,6 +6,7 @@
VER= 0.9.4
DISTNAME= libssh-${VER}
PKGNAME= libssh-0.94
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= https://www.libssh.org/files/${VER:R}/
EXTRACT_SUFX= .tar.xz
@@ -23,6 +24,7 @@ TEST_TARGET= test
CONFIGURE_DIRS= ${WRKDIR}/build
CMAKE_ARG_PATH= ${WRKSRC}
CMAKE_ARGS+= -DUNIT_TESTING=ON
+CMAKE_ARGS+= -DWITH_EXAMPLES=OFF
LDFLAGS.SunOS+= -lnsl -lsocket