summaryrefslogtreecommitdiff
path: root/security
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
commit8429be58d4dd33dfc5e94ee69bbfba5a484851cb (patch)
tree1c699ba1dd234c6ee43e2b178e217734fa130ad6 /security
parent070d23eb3b8f4306f27bb48f0221010015ef7669 (diff)
downloadpkgsrc-8429be58d4dd33dfc5e94ee69bbfba5a484851cb.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')
-rw-r--r--security/openssh/Makefile3
-rw-r--r--security/openssl/Makefile4
-rw-r--r--security/ruby-bcrypt/Makefile4
3 files changed, 8 insertions, 3 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
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index f9e0bcfa454..4937fb94f94 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.184 2014/03/08 08:53:14 obache Exp $
+# $NetBSD: Makefile,v 1.185 2014/03/13 11:08:52 jperkin Exp $
DISTNAME= openssl-1.0.1f
MASTER_SITES= http://ftp.openssl.org/source/
@@ -17,6 +17,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
BUILD_DEPENDS+= p5-Perl4-CoreLibs-[0-9]*:../../devel/p5-Perl4-CoreLibs
+USE_GCC_RUNTIME= yes
+
.include "../../mk/bsd.prefs.mk"
.include "../../mk/compiler.mk"
diff --git a/security/ruby-bcrypt/Makefile b/security/ruby-bcrypt/Makefile
index 9894ec34a80..465006a57db 100644
--- a/security/ruby-bcrypt/Makefile
+++ b/security/ruby-bcrypt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2013/09/15 14:56:11 taca Exp $
+# $NetBSD: Makefile,v 1.5 2014/03/13 11:08:52 jperkin Exp $
DISTNAME= bcrypt-ruby-3.1.2
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/-ruby//}
@@ -9,5 +9,7 @@ HOMEPAGE= http://github.com/datamapper/dm-core
COMMENT= OpenBSD's bcrypt() password hashing algorithm for Ruby
LICENSE= mit
+USE_GCC_RUNTIME= yes
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"