From: Frederik Wedel-Heinen Date: Fri, 14 Jun 2024 12:57:28 +0000 (+0200) Subject: Allow shared iOS builds X-Git-Tag: openssl-3.1.7~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eaf94525ae94a2ceac4fd2fb3d644b9bdcfab343;p=thirdparty%2Fopenssl.git Allow shared iOS builds Fixes #24545 Reviewed-by: Todd Short Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/24649) (cherry picked from commit 070b6a965485e91b02453919e0a47c0659420d9a) --- diff --git a/Configurations/15-ios.conf b/Configurations/15-ios.conf index 81e3d68bc7f..84c9cfeb3a1 100644 --- a/Configurations/15-ios.conf +++ b/Configurations/15-ios.conf @@ -10,7 +10,7 @@ my %targets = ( template => 1, inherit_from => [ "darwin-common" ], sys_id => "iOS", - disable => [ "shared", "async" ], + disable => [ "async" ], }, "ios-xcrun" => { inherit_from => [ "ios-common" ],