summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2020-10-13 07:37:29 +0000
committermaya <maya@pkgsrc.org>2020-10-13 07:37:29 +0000
commit214b162a7b0f9c43b722a7abdc37cf07932810d3 (patch)
treeac51ece79b303c1d2bd30d52821f6b4fc71ecd9c /security
parent08d63412240eec05183dbd2c1b814b8029ca37d5 (diff)
downloadpkgsrc-214b162a7b0f9c43b722a7abdc37cf07932810d3.tar.gz
openssl: add -lrt for the benefit of Solaris 10.
PR pkg/55688 PR pkg/54958
Diffstat (limited to 'security')
-rw-r--r--security/openssl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index a282e16ca45..e718be57d36 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.264 2020/09/30 09:25:30 wiz Exp $
+# $NetBSD: Makefile,v 1.265 2020/10/13 07:37:29 maya Exp $
DISTNAME= openssl-1.1.1h
CATEGORIES= security
@@ -40,6 +40,8 @@ OPENSSL_HOST.SunOS-i386= solaris-x86-gcc
OPENSSL_HOST.SunOS-x86_64= solaris64-x86_64-gcc
OPENSSL_HOST.Darwin-aarch64= darwin64-arm64-cc
+LDFLAGS.SunOS+= -lrt
+
.if defined(OPENSSL_HOST.${OPSYS}-${MACHINE_ARCH})
CONFIG_SHELL= ${PERL5}
CONFIGURE_SCRIPT= ./Configure