summaryrefslogtreecommitdiff
path: root/security/openssh
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2005-11-14 22:36:17 +0000
committergrant <grant@pkgsrc.org>2005-11-14 22:36:17 +0000
commit1463e5e337470e76d77c0acb12fb147b5663ea04 (patch)
treeb877d58a5a94b00415a3e085088361d22fbbce30 /security/openssh
parente4ed06a6f6b87f8b87fa608be270650c9b86c3d3 (diff)
downloadpkgsrc-1463e5e337470e76d77c0acb12fb147b5663ea04.tar.gz
stop openssh from complaining about zlib version numbers, as pkgsrc
already enforces a "secure" version of zlib via dependencies.
Diffstat (limited to 'security/openssh')
-rw-r--r--security/openssh/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index 2cce52c4499..c29eb1916fc 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.159 2005/10/07 17:42:35 reed Exp $
+# $NetBSD: Makefile,v 1.160 2005/11/14 22:36:17 grant Exp $
DISTNAME= openssh-4.2p1
PKGNAME= openssh-4.2.1
@@ -71,6 +71,10 @@ CONFIGURE_ARGS+= --with-privsep-path=${OPENSSH_CHROOT}
CONFIGURE_ARGS+= --with-privsep-user=${OPENSSH_USER}
.endif
+# pkgsrc already enforces a "secure" version of zlib via dependencies,
+# so skip this bogus version check.
+CONFIGURE_ARGS+= --without-zlib-version-check
+
# the openssh configure script finds and uses ${LD} if defined and
# defaults to ${CC} if not. we override LD here, since running the
# linker directly results in undefined symbols for obvious reasons.