OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 08-Oct-2003 10:51:48
Branch: HEAD Handle: 2003100809514601
Modified files:
openpkg-src/gdb gdb.spec
openpkg-web news.txt
Log:
Fix configure testing of poll.h and sys/poll.h when recursively
calling configure for subdirs
Summary:
Revision Changes Path
1.21 +2 -2 openpkg-src/gdb/gdb.spec
1.6917 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gdb/gdb.spec
============================================================================
$ cvs diff -u -r1.20 -r1.21 gdb.spec
--- openpkg-src/gdb/gdb.spec 6 Oct 2003 17:55:04 -0000 1.20
+++ openpkg-src/gdb/gdb.spec 8 Oct 2003 08:51:47 -0000 1.21
@@ -33,7 +33,7 @@
Group: Development
License: GPL
Version: 6.0
-Release: 20031006
+Release: 20031008
# list of sources
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.gz
@@ -60,7 +60,7 @@
./configure \
--prefix=%{l_prefix} \
--disable-nls
- %{l_make} %{l_mflags -O}
+ %{l_make} %{l_mflags -O} configure-gdb all
%install
rm -rf $RPM_BUILD_ROOT
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6916 -r1.6917 news.txt
--- openpkg-web/news.txt 8 Oct 2003 07:27:32 -0000 1.6916
+++ openpkg-web/news.txt 8 Oct 2003 08:51:46 -0000 1.6917
@@ -1,3 +1,4 @@
+08-Oct-2003: Upgraded package: P<gdb-6.0-20031008>
08-Oct-2003: Upgraded package: P<gtk2-2.2.4-20031008>
08-Oct-2003: Upgraded package: P<neon-0.24.3-20031008>
08-Oct-2003: Upgraded package: P<perl-xml-20031008-20031008>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]