pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/openssh stop openssh from complaining about z...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9a891d5fe737
branches: trunk
changeset: 503148:9a891d5fe737
user: grant <grant%pkgsrc.org@localhost>
date: Mon Nov 14 22:36:17 2005 +0000
description:
stop openssh from complaining about zlib version numbers, as pkgsrc
already enforces a "secure" version of zlib via dependencies.
diffstat:
security/openssh/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 1ca03d2ff969 -r 9a891d5fe737 security/openssh/Makefile
--- a/security/openssh/Makefile Mon Nov 14 22:10:54 2005 +0000
+++ b/security/openssh/Makefile Mon Nov 14 22:36:17 2005 +0000
@@ -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-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.
Home |
Main Index |
Thread Index |
Old Index