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: 17-Nov-2006 13:24:29
Branch: HEAD Handle: 2006111712242900
Modified files:
openpkg-src/binutils binutils.spec
Log:
We are packaging GNU binutils, not developing it. So disable -Werror
(treating compile-time warnings as fatal errors) for us as it can too
easily make trouble on some platforms
Summary:
Revision Changes Path
1.73 +2 -1 openpkg-src/binutils/binutils.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/binutils/binutils.spec
============================================================================
$ cvs diff -u -r1.72 -r1.73 binutils.spec
--- openpkg-src/binutils/binutils.spec 13 Oct 2006 17:27:02 -0000
1.72
+++ openpkg-src/binutils/binutils.spec 17 Nov 2006 12:24:29 -0000
1.73
@@ -33,7 +33,7 @@
Group: Compiler
License: GPL
Version: 2.17
-Release: 20061013
+Release: 20061117
# list of sources
Source0:
ftp://sources.redhat.com/pub/binutils/releases/binutils-%{version}.tar.bz2
@@ -97,6 +97,7 @@
--prefix=%{l_prefix} \
--includedir=%{l_prefix}/include/binutils \
--libdir=%{l_prefix}/lib/binutils \
+ --disable-werror \
--disable-nls \
$ARGS
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]