Subject: CVS commit: pkgsrc/security/openssl
From: Amitai Schleier
Date: 2023-12-27 15:41:31
Message id: 20231227144131.780F1FA42@cvs.NetBSD.org

Log Message:
openssl: on NetBSD arches without atomic 64-bit ops, use builtin fallbacks.

Fixes these errors on NetBSD/macppc (and presumably the other listed platforms):

ld: ./libcrypto.so: undefined reference to `__atomic_load_8'
ld: ./libcrypto.so: undefined reference to `__atomic_fetch_or_8'
ld: ./libcrypto.so: undefined reference to `__atomic_is_lock_free'

(suggested by riastradh@)

Files:
RevisionActionfile
1.295modifypkgsrc/security/openssl/Makefile