$NetBSD: patch-.._vendor_openssl-src_300.4.1+3.4.0_openssl_Configurations_10-main.conf,v 1.1 2025/07/31 08:06:28 pin Exp $ Add NetBSD-generic32. --- ../vendor/openssl-src-300.4.1+3.4.0/openssl/Configurations/10-main.conf.orig 2025-07-31 07:22:21.855263878 +0000 +++ ../vendor/openssl-src-300.4.1+3.4.0/openssl/Configurations/10-main.conf @@ -1033,6 +1033,10 @@ my %targets = ( shared_target => "bsd-gcc-shared", shared_cflag => "-fPIC", }, + "NetBSD-generic32" => { + inherit_from => [ "BSD-generic32" ], + ex_libs => add(threads("-latomic")), + }, "BSD-generic64" => { inherit_from => [ "BSD-generic32" ], bn_ops => "SIXTY_FOUR_BIT_LONG",