From: Richard Levitte Date: Wed, 17 Jul 2002 08:20:40 +0000 (+0000) Subject: On MacOS X, you're not allowed to have common objects in shared libraries X-Git-Tag: OpenSSL_0_9_6e~22 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8f56fcdfb04db6a398c4634ec02adf1d9ca7a583;p=oweals%2Fopenssl.git On MacOS X, you're not allowed to have common objects in shared libraries --- diff --git a/Configure b/Configure index b29e9f4858..871fb637d6 100755 --- a/Configure +++ b/Configure @@ -493,7 +493,7 @@ my %table=( ##### MacOS X (a.k.a. Rhapsody or Darwin) setup "rhapsody-ppc-cc","cc:-O3 -DB_ENDIAN::(unknown)::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:::", -"darwin-ppc-cc","cc:-O3 -D_DARWIN -DB_ENDIAN::-D_REENTRANT::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:::::::::::darwin-shared:-fPIC::.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib", +"darwin-ppc-cc","cc:-O3 -D_DARWIN -DB_ENDIAN -fno-common::-D_REENTRANT::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:::::::::::darwin-shared:-fPIC::.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib", ##### Sony NEWS-OS 4.x "newsos4-gcc","gcc:-O -DB_ENDIAN -DNEWS4::(unknown):-lmld -liberty:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR::::",