python/hypothesis: update to 6.121.0
[oi-userland.git] / components / library / openssl-3 / patches / 02-REENTRANT.patch
blob0c4d5b4e55771ddbae5627bef04fd3501499b336
1 Without this several quic tests fails.
3 --- openssl-3.4.0/Configurations/10-main.conf.orig
4 +++ openssl-3.4.0/Configurations/10-main.conf
5 @@ -230,6 +230,7 @@
6 "solaris-common-gcc" => {
7 inherit_from => [ "solaris-common" ],
8 template => 1,
9 + cppflags => add(threads("-D_REENTRANT")),
10 shared_target => "solaris-gcc-shared", # The rest is on shared_info.pl
12 #### Solaris x86 with GNU C setups