OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   11-Jul-2007 18:52:17
  Branch: HEAD                             Handle: 2007071117521600

  Modified files:
    openpkg-src/openssl     openssl.spec

  Log:
    do not use -march=pentium as the same stuff could be used under a
    forced gcc -m64 and there this conflicts (this is mainly a Solaris
    thing here)

  Summary:
    Revision    Changes     Path
    1.87        +2  -1      openpkg-src/openssl/openssl.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssl/openssl.spec
  ============================================================================
  $ cvs diff -u -r1.86 -r1.87 openssl.spec
  --- openpkg-src/openssl/openssl.spec  3 Jun 2007 09:44:19 -0000       1.86
  +++ openpkg-src/openssl/openssl.spec  11 Jul 2007 16:52:16 -0000      1.87
  @@ -33,7 +33,7 @@
   Group:        SSL
   License:      BSD-style
   Version:      0.9.8e
  -Release:      20070603
  +Release:      20070711
   
   #   package options
   %option       with_zlib     no
  @@ -77,6 +77,7 @@
       %setup -q
       %patch -p0
       %{l_shtool} subst \
  +        -e 's;-march=pentium;;g' \
           -e 's;-m486;-march=i486;g' \
           -e 's;-DZLIB;%{l_cppflags} -DZLIB;' \
           -e 's;-lz;%{l_ldflags} -lz;' \
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to