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:25:31
Branch: OPENPKG_2_STABLE Handle: 2006111712253100
Modified files: (Branch: OPENPKG_2_STABLE)
openpkg-src/binutils binutils.spec
Log:
MFC: 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.69.2.3 +2 -1 openpkg-src/binutils/binutils.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/binutils/binutils.spec
============================================================================
$ cvs diff -u -r1.69.2.2 -r1.69.2.3 binutils.spec
--- openpkg-src/binutils/binutils.spec 16 Oct 2006 14:48:30 -0000
1.69.2.2
+++ openpkg-src/binutils/binutils.spec 17 Nov 2006 12:25:31 -0000
1.69.2.3
@@ -33,7 +33,7 @@
Group: Compiler
License: GPL
Version: 2.17
-Release: 2.20061018
+Release: 2.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]