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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   28-May-2004 16:50:48
  Branch: HEAD                             Handle: 2004052815504700

  Modified files:
    openpkg-src/binutils    binutils.spec

  Log:
    try to not use agressive optimization with GCC 3.4 in order to
    workaround segmentation faults on some platforms

  Summary:
    Revision    Changes     Path
    1.51        +2  -2      openpkg-src/binutils/binutils.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/binutils/binutils.spec
  ============================================================================
  $ cvs diff -u -r1.50 -r1.51 binutils.spec
  --- openpkg-src/binutils/binutils.spec        19 May 2004 08:35:03 -0000      1.50
  +++ openpkg-src/binutils/binutils.spec        28 May 2004 14:50:47 -0000      1.51
  @@ -34,7 +34,7 @@
   Group:        Utility
   License:      GPL
   Version:      2.15
  -Release:      20040519
  +Release:      20040528
   
   #   list of sources
   Source0:      
ftp://sources.redhat.com/pub/binutils/releases/binutils-%{version}.tar.bz2
  @@ -75,7 +75,7 @@
   %build
       #   configure package
       CC="%{l_cc}"; export CC
  -    CFLAGS="%{l_cflags -O}"; export CFLAGS
  +    CFLAGS="%{l_cflags}"; export CFLAGS
       case "%{l_platform -t}" in
           *-freebsd* ) CFLAGS="$CFLAGS -DOPENPKG_OS_FREEBSD" ;;
           *-linux*   ) CFLAGS="$CFLAGS -DOPENPKG_OS_LINUX"   ;;
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to