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: 01-Apr-2008 08:25:47
Branch: HEAD Handle: 2008040107254700
Modified files:
openpkg-src/gdb gdb.spec
Log:
modifying package: gdb-6.8 20080328 -> 20080401
Summary:
Revision Changes Path
1.56 +5 -1 openpkg-src/gdb/gdb.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gdb/gdb.spec
============================================================================
$ cvs diff -u -r1.55 -r1.56 gdb.spec
--- openpkg-src/gdb/gdb.spec 28 Mar 2008 07:51:32 -0000 1.55
+++ openpkg-src/gdb/gdb.spec 1 Apr 2008 06:25:47 -0000 1.56
@@ -32,7 +32,7 @@
Group: Debugging
License: GPL
Version: 6.8
-Release: 20080328
+Release: 20080401
# list of sources
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.gz
@@ -65,6 +65,9 @@
%patch -p0
%build
+ %{l_shtool} subst \
+ -e 's;-Werror;;' \
+ `find . -type f -name configure -print`
CC="%{l_cc} %{l_ldflags}" \
CFLAGS="%{l_cflags -O} %{l_cppflags ncurses .}" \
CPPFLAGS="%{l_cppflags ncurses .}" \
@@ -73,6 +76,7 @@
./configure \
--prefix=%{l_prefix} \
--with-libiconv-prefix=%{l_prefix} \
+ --disable-werror \
--disable-nls
%{l_make} %{l_mflags -O}
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]