diff options
Diffstat (limited to 'external/openssl/opensslios.patch')
-rw-r--r-- | external/openssl/opensslios.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/external/openssl/opensslios.patch b/external/openssl/opensslios.patch new file mode 100644 index 000000000..e3e1c2184 --- /dev/null +++ b/external/openssl/opensslios.patch @@ -0,0 +1,12 @@ +--- misc/openssl-0.9.8v/Configure ++++ build/openssl-0.9.8v/Configure +@@ -530,6 +530,9 @@ + # iPhoneOS/iOS + "iphoneos-cross","llvm-gcc:-O3 -isysroot \$(CROSS_TOP)/SDKs/\$(CROSS_SDK) -fomit-frame-pointer -fno-common::-D_REENTRANT:iOS:-Wl,-search_paths_first%:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}:dlfcn:darwin-shared:-fPIC -fno-common:-dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib", + ++##### iOS in the LibreOffice case ++"ios-armv7","gcc:-O3 -fomit-frame-pointer -DL_ENDIAN:::IOS::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}:::::", ++ + ##### A/UX + "aux3-gcc","gcc:-O2 -DTERMIO::(unknown):AUX:-lbsd:RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:::", + |