summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-03-30 04:09:17 +0000
committerMike Frysinger <vapier@gentoo.org>2010-03-30 04:09:17 +0000
commit449ae61e4d53a62a243f595539672c02ee371856 (patch)
treea76b85979a74b9ccea3ee4c6c5477b3799e23dec /sys-apps
parentUpdate pulseaudio patches #311897 by Locke Shinseiko. (diff)
downloadgentoo-2-449ae61e4d53a62a243f595539672c02ee371856.tar.gz
gentoo-2-449ae61e4d53a62a243f595539672c02ee371856.tar.bz2
gentoo-2-449ae61e4d53a62a243f595539672c02ee371856.zip
export fu_cv_sys_stat_statfs2_bsize #311569
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/coreutils/coreutils-8.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/coreutils/coreutils-8.4.ebuild b/sys-apps/coreutils/coreutils-8.4.ebuild
index a6e0cd53758c..4ee34c04cac3 100644
--- a/sys-apps/coreutils/coreutils-8.4.ebuild
+++ b/sys-apps/coreutils/coreutils-8.4.ebuild
@@ -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_unpack() {
}
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