pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/openssl



Module Name:    pkgsrc
Committed By:   maya
Date:           Tue Oct 13 07:37:29 UTC 2020

Modified Files:
        pkgsrc/security/openssl: Makefile

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

PR pkg/55688
PR pkg/54958


To generate a diff of this commit:
cvs rdiff -u -r1.264 -r1.265 pkgsrc/security/openssl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/openssl/Makefile
diff -u pkgsrc/security/openssl/Makefile:1.264 pkgsrc/security/openssl/Makefile:1.265
--- pkgsrc/security/openssl/Makefile:1.264      Wed Sep 30 09:25:30 2020
+++ pkgsrc/security/openssl/Makefile    Tue Oct 13 07:37:29 2020
@@ -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



Home | Main Index | Thread Index | Old Index