OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Torsten Homeyer Root: /e/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 03-Aug-2004 15:57:30 Branch: HEAD Handle: 2004080314572900 Modified files: openpkg-src/gdb gdb.spec Log: sort out the right configure Summary: Revision Changes Path 1.33 +7 -1 openpkg-src/gdb/gdb.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/gdb/gdb.spec ============================================================================ $ cvs diff -u -r1.32 -r1.33 gdb.spec --- openpkg-src/gdb/gdb.spec 31 Jul 2004 07:47:47 -0000 1.32 +++ openpkg-src/gdb/gdb.spec 3 Aug 2004 13:57:29 -0000 1.33 @@ -34,7 +34,7 @@ Group: Development License: GPL Version: 6.2 -Release: 20040731 +Release: 20040803 # list of sources Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.gz @@ -73,6 +73,12 @@ ./configure \ --prefix=%{l_prefix} \ --disable-nls + cd gdb + ./configure \ + --prefix=%{l_prefix} \ + --with-libiconv-prefix=%{l_prefix} \ + --disable-nls + cd .. %{l_make} %{l_mflags} configure-gdb all %install @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]