summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-02-09 15:39:48 +0000
committerMike Frysinger <vapier@gentoo.org>2015-02-09 15:39:48 +0000
commit82dec7545bcb902fe86ee82db75ba1281ac05b41 (patch)
tree6dd037bf61d3a955f60667b6e69bd1a84e33cd5c /sys-libs
parentMark arm64/m68k/s390/sh stable. (diff)
downloadgentoo-2-82dec7545bcb902fe86ee82db75ba1281ac05b41.tar.gz
gentoo-2-82dec7545bcb902fe86ee82db75ba1281ac05b41.tar.bz2
gentoo-2-82dec7545bcb902fe86ee82db75ba1281ac05b41.zip
Disable -Werror when building.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/ChangeLog6
-rw-r--r--sys-libs/glibc/files/eblits/src_configure.eblit6
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog
index 4cdeff516c88..302e4d1f14cc 100644
--- a/sys-libs/glibc/ChangeLog
+++ b/sys-libs/glibc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-libs/glibc
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.1035 2015/01/05 13:39:18 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.1036 2015/02/09 15:39:48 vapier Exp $
+
+ 09 Feb 2015; Mike Frysinger <vapier@gentoo.org>
+ files/eblits/src_configure.eblit:
+ Disable -Werror when building.
05 Jan 2015; Anthony G. Basile <blueness@gentoo.org> glibc-9999.ebuild:
Depend on sys-apps/gentoo-functions, bug #504116#c1
diff --git a/sys-libs/glibc/files/eblits/src_configure.eblit b/sys-libs/glibc/files/eblits/src_configure.eblit
index 5a85488dfa44..9d66c4567084 100644
--- a/sys-libs/glibc/files/eblits/src_configure.eblit
+++ b/sys-libs/glibc/files/eblits/src_configure.eblit
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_configure.eblit,v 1.3 2014/12/31 08:20:02 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_configure.eblit,v 1.4 2015/02/09 15:39:48 vapier Exp $
dump_toolchain_settings() {
echo
@@ -101,6 +101,7 @@ glibc_do_configure() {
myconf+=(
--without-cvs
+ --disable-werror
--enable-bind-now
--build=${CBUILD_OPT:-${CBUILD}}
--host=${CTARGET_OPT:-${CTARGET}}
@@ -213,6 +214,7 @@ toolchain-glibc_headers_configure() {
--disable-sanity-checks
--enable-hacker-mode
--without-cvs
+ --disable-werror
--enable-bind-now
--build=${CBUILD_OPT:-${CBUILD}}
--host=${CTARGET_OPT:-${CTARGET}}