pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/openssl openssl: add -lrt for the benefit of ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a08022136b4b
branches:  trunk
changeset: 440593:a08022136b4b
user:      maya <maya%pkgsrc.org@localhost>
date:      Tue Oct 13 07:37:29 2020 +0000

description:
openssl: add -lrt for the benefit of Solaris 10.

PR pkg/55688
PR pkg/54958

diffstat:

 security/openssl/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 0e810038846f -r a08022136b4b security/openssl/Makefile
--- a/security/openssl/Makefile Tue Oct 13 06:10:35 2020 +0000
+++ b/security/openssl/Makefile Tue Oct 13 07:37:29 2020 +0000
@@ -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-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



Home | Main Index | Thread Index | Old Index