diff options
author | William Hubbs <williamh@gentoo.org> | 2014-09-20 16:44:51 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2014-09-20 16:44:51 +0000 |
commit | 8a4fa846e1a8f92e32e32e018793183793ce4d29 (patch) | |
tree | fc48b61135c105d1d8c5cba59a70169fd0128d77 /net-misc/dhcpcd | |
parent | app-backup/deja-dup: Version BUmp (diff) | |
download | gentoo-2-8a4fa846e1a8f92e32e32e018793183793ce4d29.tar.gz gentoo-2-8a4fa846e1a8f92e32e32e018793183793ce4d29.tar.bz2 gentoo-2-8a4fa846e1a8f92e32e32e018793183793ce4d29.zip |
Pass the value of CC as an argument to configure instead of using tc-export.
(Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
Diffstat (limited to 'net-misc/dhcpcd')
-rw-r--r-- | net-misc/dhcpcd/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-6.4.3.ebuild | 4 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-6.4.5.ebuild | 4 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-9999.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog index 1abbfb1c47a4..681e4db34700 100644 --- a/net-misc/dhcpcd/ChangeLog +++ b/net-misc/dhcpcd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/dhcpcd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.423 2014/09/20 15:01:52 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.424 2014/09/20 16:44:51 williamh Exp $ + + 20 Sep 2014; William Hubbs <williamh@gentoo.org> dhcpcd-6.4.3.ebuild, + dhcpcd-6.4.5.ebuild, dhcpcd-9999.ebuild: + Pass the value of CC as an argument to configure instead of using tc-export. 20 Sep 2014; William Hubbs <williamh@gentoo.org> dhcpcd-6.4.3.ebuild, dhcpcd-6.4.5.ebuild, dhcpcd-9999.ebuild: 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} } diff --git a/net-misc/dhcpcd/dhcpcd-6.4.5.ebuild b/net-misc/dhcpcd/dhcpcd-6.4.5.ebuild index 5a7d96e1974d..8cfdb44d4523 100644 --- a/net-misc/dhcpcd/dhcpcd-6.4.5.ebuild +++ b/net-misc/dhcpcd/dhcpcd-6.4.5.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.5.ebuild,v 1.2 2014/09/20 15:01:52 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.4.5.ebuild,v 1.3 2014/09/20 16:44:51 williamh Exp $ EAPI=5 @@ -52,7 +52,6 @@ fi src_prepare() { - tc-export CC epatch_user } @@ -71,6 +70,7 @@ src_configure() ${rundir} \ $(use_enable ipv6) \ ${dev} \ + CC="$(tc-getCC)" \ ${hooks} } diff --git a/net-misc/dhcpcd/dhcpcd-9999.ebuild b/net-misc/dhcpcd/dhcpcd-9999.ebuild index 600140b4a6b5..0e4aef39cf4c 100644 --- a/net-misc/dhcpcd/dhcpcd-9999.ebuild +++ b/net-misc/dhcpcd/dhcpcd-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/net-misc/dhcpcd/dhcpcd-9999.ebuild,v 1.16 2014/09/20 15:01:52 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild,v 1.17 2014/09/20 16:44:51 williamh Exp $ EAPI=5 @@ -52,7 +52,6 @@ fi src_prepare() { - tc-export CC epatch_user } @@ -71,6 +70,7 @@ src_configure() ${rundir} \ $(use_enable ipv6) \ ${dev} \ + CC="$(tc-getCC)" \ ${hooks} } |