summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/dhcpcd/dhcpcd-6.4.3.ebuild')
-rw-r--r--net-misc/dhcpcd/dhcpcd-6.4.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/dhcpcd/dhcpcd-6.4.3.ebuild b/net-misc/dhcpcd/dhcpcd-6.4.3.ebuild
index 5b3d659d0dd2..4f48d5371db3 100644
--- a/net-misc/dhcpcd/dhcpcd-6.4.3.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-6.4.3.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/net-misc/dhcpcd/dhcpcd-6.4.3.ebuild,v 1.11 2014/09/20 15:01:52 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.4.3.ebuild,v 1.12 2014/09/20 16:44:51 williamh Exp $
EAPI=5
@@ -52,7 +52,6 @@ fi
src_prepare()
{
- tc-export CC
epatch "${FILESDIR}"/${P}-uclibc-fix.patch
epatch_user
}
@@ -72,6 +71,7 @@ src_configure()
${rundir} \
$(use_enable ipv6) \
${dev} \
+ CC="$(tc-getCC)" \
${hooks}
}