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:   02-Oct-2004 12:04:04
  Branch: HEAD                             Handle: 2004100211040400

  Modified files:
    openpkg-src/gdb         gdb.spec

  Log:
    cruel hack to make sure it finds our libiconv

  Summary:
    Revision    Changes     Path
    1.36        +2  -2      openpkg-src/gdb/gdb.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/gdb/gdb.spec
  ============================================================================
  $ cvs diff -u -r1.35 -r1.36 gdb.spec
  --- openpkg-src/gdb/gdb.spec  1 Oct 2004 21:44:21 -0000       1.35
  +++ openpkg-src/gdb/gdb.spec  2 Oct 2004 10:04:04 -0000       1.36
  @@ -34,7 +34,7 @@
   Group:        Development
   License:      GPL
   Version:      6.2.1
  -Release:      20041001
  +Release:      20041002
   
   #   list of sources
   Source0:      ftp://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.gz
  @@ -65,7 +65,7 @@
       %patch -p0
   
   %build
  -    CC="%{l_cc}" \
  +    CC="%{l_cc} %{l_ldflags}" \
       CFLAGS="%{l_cflags -O}" \
       CPPFLAGS="%{l_cppflags ncurses}" \
       LDFLAGS="%{l_ldflags}" \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to