summaryrefslogtreecommitdiff
path: root/security/openssh
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-03-13 11:08:49 +0000
committerjperkin <jperkin@pkgsrc.org>2014-03-13 11:08:49 +0000
commit4fcd6ffac592fcc85a873537e23692e480838e23 (patch)
tree1c699ba1dd234c6ee43e2b178e217734fa130ad6 /security/openssh
parentceb02bcf5a66c654f54cbd1c277fc9366840fb44 (diff)
downloadpkgsrc-4fcd6ffac592fcc85a873537e23692e480838e23.tar.gz
Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do
not use libtool to do so. This is required to correctly depend upon a gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
Diffstat (limited to 'security/openssh')
-rw-r--r--security/openssh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index 0eeed0fe660..fd97e3910a5 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.216 2014/03/11 14:34:40 jperkin Exp $
+# $NetBSD: Makefile,v 1.217 2014/03/13 11:08:52 jperkin Exp $
DISTNAME= openssh-6.4p1
PKGNAME= openssh-6.4.1
@@ -24,6 +24,7 @@ CONFLICTS+= ssh2-[0-9]* ssh2-nox11-[0-9]*
CONFLICTS+= openssh+gssapi-[0-9]*
CONFLICTS+= lsh>2.0
+USE_GCC_RUNTIME= yes
USE_TOOLS+= perl
CRYPTO= yes