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:   schmonz
Date:           Mon Jan 25 20:26:43 UTC 2021

Modified Files:
        pkgsrc/security/openssl: Makefile

Log Message:
Fix build on OpenBSD by defining __STDC_NO_ATOMICS__.


To generate a diff of this commit:
cvs rdiff -u -r1.266 -r1.267 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.266 pkgsrc/security/openssl/Makefile:1.267
--- pkgsrc/security/openssl/Makefile:1.266      Tue Dec  8 18:54:17 2020
+++ pkgsrc/security/openssl/Makefile    Mon Jan 25 20:26:43 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.266 2020/12/08 18:54:17 wiz Exp $
+# $NetBSD: Makefile,v 1.267 2021/01/25 20:26:43 schmonz Exp $
 
 DISTNAME=      openssl-1.1.1i
 CATEGORIES=    security
@@ -40,7 +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
+LDFLAGS.SunOS+=                -lrt
+CPPFLAGS.OpenBSD+=     -D__STDC_NO_ATOMICS__
 
 .if defined(OPENSSL_HOST.${OPSYS}-${MACHINE_ARCH})
 CONFIG_SHELL=          ${PERL5}



Home | Main Index | Thread Index | Old Index