]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Allow shared iOS builds
authorFrederik Wedel-Heinen <frederik.wedel-heinen@dencrypt.dk>
Fri, 14 Jun 2024 12:57:28 +0000 (14:57 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 4 Jul 2024 07:29:44 +0000 (09:29 +0200)
Fixes #24545

Reviewed-by: Todd Short <todd.short@me.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24649)

(cherry picked from commit 070b6a965485e91b02453919e0a47c0659420d9a)

Configurations/15-ios.conf

index 81e3d68bc7f096c931b7b5f1ddc76c046af6d511..84c9cfeb3a14002de6047c54ab71dbad8c31a279 100644 (file)
@@ -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" ],