mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Build openssl and ton from sources
This commit is contained in:
17
submodules/openssl/patch-conf.patch
Normal file
17
submodules/openssl/patch-conf.patch
Normal file
@@ -0,0 +1,17 @@
|
||||
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
|
||||
--- a/Configurations/10-main.conf
|
||||
+++ b/Configurations/10-main.conf
|
||||
@@ -1640,6 +1640,13 @@ my %targets = (
|
||||
sys_id => "VXWORKS",
|
||||
lflags => add("-r"),
|
||||
},
|
||||
+ "ios64sim-cross" => {
|
||||
+ inherit_from => [ "darwin-common", asm("no_asm") ],
|
||||
+ cflags => add("-arch x86_64 -DOPENSSL_NO_ASM -mios-version-min=8.0.0 -isysroot \$(CROSS_TOP)/SDKs/\$(CROSS_SDK) -fno-common"),
|
||||
+ sys_id => "iOS",
|
||||
+ bn_ops => "SIXTY_FOUR_BIT_LONG RC4_CHAR",
|
||||
+ perlasm_scheme => "ios64",
|
||||
+ },
|
||||
"vxworks-simlinux" => {
|
||||
inherit_from => [ "BASE_unix" ],
|
||||
CC => "ccpentium",
|
||||
Reference in New Issue
Block a user