summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2014-03-04 06:37:57 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2014-03-04 06:37:57 +0000
commit23b36558604e6df33e2dd7d91411a89805d42b31 (patch)
treea5bb5ad600698f24cdb1b83aa4cea8ab297b6fc1 /sys-fs
parentversion bump to 0.8.3 (diff)
downloadgentoo-2-23b36558604e6df33e2dd7d91411a89805d42b31.tar.gz
gentoo-2-23b36558604e6df33e2dd7d91411a89805d42b31.tar.bz2
gentoo-2-23b36558604e6df33e2dd7d91411a89805d42b31.zip
Disable -flto because it's an optimization that breaks distcc, hinders debug info and is causing sys-apps/portage to print bogus QA warning wrt #502950
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/udev/ChangeLog7
-rw-r--r--sys-fs/udev/udev-210.ebuild3
-rw-r--r--sys-fs/udev/udev-9999.ebuild3
3 files changed, 10 insertions, 3 deletions
diff --git a/sys-fs/udev/ChangeLog b/sys-fs/udev/ChangeLog
index 938f0cecbf52..abc04e9685b7 100644
--- a/sys-fs/udev/ChangeLog
+++ b/sys-fs/udev/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-fs/udev
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1004 2014/03/02 19:32:37 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1005 2014/03/04 06:37:57 ssuominen Exp $
+
+ 04 Mar 2014; Samuli Suominen <ssuominen@gentoo.org> udev-210.ebuild,
+ udev-9999.ebuild:
+ Disable -flto because it's an optimization that breaks distcc, hinders debug
+ info and is causing sys-apps/portage to print bogus QA warning wrt #502950
02 Mar 2014; Samuli Suominen <ssuominen@gentoo.org> udev-9999.ebuild:
Punt /sbin/udevadm compability symlink which has been removed from sys-
diff --git a/sys-fs/udev/udev-210.ebuild b/sys-fs/udev/udev-210.ebuild
index f042f5c776b4..19bfc8ff225e 100644
--- a/sys-fs/udev/udev-210.ebuild
+++ b/sys-fs/udev/udev-210.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-210.ebuild,v 1.8 2014/03/02 17:55:48 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-210.ebuild,v 1.9 2014/03/04 06:37:57 ssuominen Exp $
EAPI=5
@@ -170,6 +170,7 @@ src_prepare() {
multilib_src_configure() {
tc-export CC #463846
+ export cc_cv_CFLAGS__flto=no #502950
# Keep sorted by ./configure --help and only pass --disable flags
# when *required* to avoid external deps or unnecessary compile
diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild
index 66a5378189f0..b48d8cbd583d 100644
--- a/sys-fs/udev/udev-9999.ebuild
+++ b/sys-fs/udev/udev-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.278 2014/03/02 19:32:37 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.279 2014/03/04 06:37:57 ssuominen Exp $
EAPI=5
@@ -170,6 +170,7 @@ src_prepare() {
multilib_src_configure() {
tc-export CC #463846
+ export cc_cv_CFLAGS__flto=no #502950
# Keep sorted by ./configure --help and only pass --disable flags
# when *required* to avoid external deps or unnecessary compile