summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-09-22 18:38:06 +0000
committerMike Frysinger <vapier@gentoo.org>2012-09-22 18:38:06 +0000
commitb6e7f3be49f6daaef6440d599d003ba93a04018d (patch)
tree46ba296f3321ac71c5404a236ac2def850a6eea8 /sys-libs/libcap/libcap-2.22.ebuild
parentFix init scripts to use logger if syslogging is enabled. (diff)
downloadgentoo-2-b6e7f3be49f6daaef6440d599d003ba93a04018d.tar.gz
gentoo-2-b6e7f3be49f6daaef6440d599d003ba93a04018d.tar.bz2
gentoo-2-b6e7f3be49f6daaef6440d599d003ba93a04018d.zip
Export BUILD_CFLAGS and friends #435708 by Ambroz Bizjak.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/libcap/libcap-2.22.ebuild')
-rw-r--r--sys-libs/libcap/libcap-2.22.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-libs/libcap/libcap-2.22.ebuild b/sys-libs/libcap/libcap-2.22.ebuild
index 36d19ebb35ea..7f2e192ff186 100644
--- a/sys-libs/libcap/libcap-2.22.ebuild
+++ b/sys-libs/libcap/libcap-2.22.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap/libcap-2.22.ebuild,v 1.11 2012/03/20 23:52:44 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap/libcap-2.22.ebuild,v 1.12 2012/09/22 18:38:06 vapier Exp $
EAPI="2"
@@ -34,7 +34,8 @@ src_prepare() {
}
src_configure() {
- tc-export BUILD_CC CC AR RANLIB
+ tc-export_build_env BUILD_CC
+ tc-export CC AR RANLIB
}
src_install() {