Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
vapier 10/03/30 04:09:18
Modified: coreutils-8.4.ebuild
Log:
export fu_cv_sys_stat_statfs2_bsize #311569
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.5 sys-apps/coreutils/coreutils-8.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-8.4.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-8.4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-8.4.ebuild?r1=1.4&r2=1.5
Index: coreutils-8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- coreutils-8.4.ebuild 29 Mar 2010 17:48:07 -0000 1.4
+++ coreutils-8.4.ebuild 30 Mar 2010 04:09:17 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.4.ebuild,v 1.4 2010/03/29 17:48:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.4.ebuild,v 1.5 2010/03/30 04:09:17 vapier Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -57,7 +57,7 @@
}
src_compile() {
- tc-is-cross-compiler && [[ ${CHOST} == *linux* ]] && fu_cv_sys_stat_statfs2_bsize=yes #311569
+ tc-is-cross-compiler && [[ ${CHOST} == *linux* ]] && export fu_cv_sys_stat_statfs2_bsize=yes #311569
use static && append-ldflags -static
use selinux || export ac_cv_{header_selinux_{context,flash,selinux}_h,search_setfilecon}=no #301782
|
|