[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openssl-cvs
Subject:    [CVS] OpenSSL: OpenSSL_0_9_8-stable: openssl/ Configure TABLE
From:       "Andy Polyakov" <appro () openssl ! org>
Date:       2007-12-16 20:42:42
Message-ID: 20071216204242.E265B1EAE881 () master ! openssl ! org
[Download RAW message or body]

  OpenSSL CVS Repository
  http://cvs.openssl.org/
  ____________________________________________________________________________

  Server: cvs.openssl.org                  Name:   Andy Polyakov
  Root:   /v/openssl/cvs                   Email:  appro@openssl.org
  Module: openssl                          Date:   16-Dec-2007 21:42:42
  Branch: OpenSSL_0_9_8-stable             Handle: 2007121620424101

  Modified files:           (Branch: OpenSSL_0_9_8-stable)
    openssl                 Configure TABLE

  Log:
    Typo in darinw64-ppc-cc config line.
    PR: 1622

  Summary:
    Revision    Changes     Path
    1.488.2.56  +1  -1      openssl/Configure
    1.184.2.27  +7  -7      openssl/TABLE
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openssl/Configure
  ============================================================================
  $ cvs diff -u -r1.488.2.55 -r1.488.2.56 Configure
  --- openssl/Configure	16 Dec 2007 16:38:20 -0000	1.488.2.55
  +++ openssl/Configure	16 Dec 2007 20:42:41 -0000	1.488.2.56
  @@ -501,7 +501,7 @@
   ##### MacOS X (a.k.a. Rhapsody or Darwin) setup
   "rhapsody-ppc-cc","cc:-O3 -DB_ENDIAN::(unknown):MACOSX_RHAPSODY::BN_LLONG RC4_CHAR \
RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}::",  "darwin-ppc-cc","cc:-arch ppc -O3 \
-DB_ENDIAN::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:BN_LLONG RC4_CHAR RC4_CHUNK \
DES_UNROLL BF_PTR::osx_ppc32.o::::::::::dlfcn:darwin-shared:-fPIC -fno-common:-arch \
                ppc -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
  -"darwin64-ppc-cc","cc:-arch ppc64 -O3 \
-DB_ENDIAN::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:SIXTY_FOUR_BIT_LONG RC4_CHAR \
RC4_CHUNK DES_UNROLL BF_PTR:ppccpuid_osx64.o:osx_ppc64.o \
osx_ppc64-mont.o:::::sha1-ppc_osx64.o sha256-ppc_osx64.o \
sha512-ppc_osx64.o:::::::dlfcn:darwin-shared:-fPIC -fno-common:-arch ppc64 \
-dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",  +"darwin64-ppc-cc","cc:-arch \
ppc64 -O3 -DB_ENDIAN::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:SIXTY_FOUR_BIT_LONG \
RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:ppccpuid_osx64.o:osx_ppc64.o \
osx_ppc64-mont.o:::::sha1-ppc_osx64.o sha256-ppc_osx64.o \
sha512-ppc_osx64.o:::::dlfcn:darwin-shared:-fPIC -fno-common:-arch ppc64 \
-dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",  "darwin-i386-cc","cc:-arch i386 \
-O3 -fomit-frame-pointer \
-fno-common::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:BN_LLONG RC4_CHAR RC4_CHUNK \
DES_UNROLL BF_PTR:${no_asm}:dlfcn:darwin-shared:-fPIC -fno-common:-arch i386 \
-dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",  "darwin64-x86_64-cc","cc:-arch \
x86_64 -O3 -fomit-frame-pointer -DL_ENDIAN -DMD32_REG_T=int \
-Wall::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:SIXTY_FOUR_BIT_LONG RC4_CHAR \
RC4_CHUNK BF_PTR2 DES_INT DES_UNROLL:${no_asm}:dlfcn:darwin-shared:-fPIC \
-fno-common:-arch x86_64 -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",  \
"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",  @@ .
  patch -p0 <<'@@ .'
  Index: openssl/TABLE
  ============================================================================
  $ cvs diff -u -r1.184.2.26 -r1.184.2.27 TABLE
  --- openssl/TABLE	11 Nov 2007 21:04:33 -0000	1.184.2.26
  +++ openssl/TABLE	16 Dec 2007 20:42:42 -0000	1.184.2.27
  @@ -1018,13 +1018,13 @@
   $rc4_obj      = 
   $rmd160_obj   = 
   $rc5_obj      = 
  -$dso_scheme   = 
  -$shared_target= 
  -$shared_cflag = dlfcn
  -$shared_ldflag = darwin-shared
  -$shared_extension = -fPIC -fno-common
  -$ranlib       = -arch ppc64 -dynamiclib
  -$arflags      = .$(SHLIB_MAJOR).$(SHLIB_MINOR).dylib
  +$dso_scheme   = dlfcn
  +$shared_target= darwin-shared
  +$shared_cflag = -fPIC -fno-common
  +$shared_ldflag = -arch ppc64 -dynamiclib
  +$shared_extension = .$(SHLIB_MAJOR).$(SHLIB_MINOR).dylib
  +$ranlib       = 
  +$arflags      = 
   
   *** darwin64-x86_64-cc
   $cc           = cc
  @@ .
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
CVS Repository Commit List                     openssl-cvs@openssl.org
Automated List Manager                           majordomo@openssl.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic