$NetBSD: patch-vendor_openssl-src-111.28.1+1.1.1w_openssl_Configurations_10-main.conf,v 1.1 2024/07/31 08:05:50 he Exp $ Replicate part of https://github.com/openssl/openssl/pull/15086 --- vendor/openssl-src-111.28.1+1.1.1w/openssl/Configurations/10-main.conf.orig 2006-07-24 01:21:28.000000000 +0000 +++ vendor/openssl-src-111.28.1+1.1.1w/openssl/Configurations/10-main.conf @@ -950,6 +950,10 @@ my %targets = ( shared_cflag => "-fPIC", shared_extension => ".so.\$(SHLIB_VERSION_NUMBER)", }, + "NetBSD-generic32" => { + inherit_from => [ "BSD-generic32" ], + ex_libs => add(threads("-latomic")), + }, "BSD-generic64" => { inherit_from => [ "BSD-generic32" ], bn_ops => "SIXTY_FOUR_BIT_LONG",