From f20398ed3cb5229c976f23a5c149fce61f63b25c Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 1 Jul 2011 00:56:39 +0300 Subject: Don't hardcode -arch armv7 here, breaks build for simulator --- openssl/opensslios.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl/opensslios.patch b/openssl/opensslios.patch index 48166e856f55..64cb40fa4b14 100644 --- a/openssl/opensslios.patch +++ b/openssl/opensslios.patch @@ -5,7 +5,7 @@ "debug-darwin-ppc-cc","cc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DB_ENDIAN -g -Wall -O::-D_REENTRANT:MACOSX::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR::osx_ppc32.o::::::::::dlfcn:darwin-shared:-fPIC -fno-common:-dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib", +##### iOS -+"ios-armv7","gcc:-arch armv7 -O3 -fomit-frame-pointer -DL_ENDIAN:::IOS::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}:::::", ++"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:::", -- cgit