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:   09-Sep-2005 07:55:28
  Branch: HEAD                             Handle: 2005090906552700

  Modified files:
    openpkg-src/binutils    binutils.spec

  Log:
    disable NLS as it could make trouble and is not wished anyway

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/binutils/binutils.spec
  ============================================================================
  $ cvs diff -u -r1.63 -r1.64 binutils.spec
  --- openpkg-src/binutils/binutils.spec        26 Jul 2005 08:55:37 -0000      
1.63
  +++ openpkg-src/binutils/binutils.spec        9 Sep 2005 05:55:27 -0000       
1.64
  @@ -33,7 +33,7 @@
   Group:        Utility
   License:      GPL
   Version:      2.16.1
  -Release:      20050726
  +Release:      20050909
   
   #   list of sources
   Source0:      
ftp://sources.redhat.com/pub/binutils/releases/binutils-%{version}.tar.bz2
  @@ -90,7 +90,8 @@
       MAKE="%{l_make}" \
       CONFIG_SHELL="%{l_bash}" \
       ./configure \
  -        --prefix=%{l_prefix}
  +        --prefix=%{l_prefix} \
  +        --disable-nls
   
       #   build package
       %{l_make} %{l_mflags}
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to