summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2014-03-20 03:52:09 +0000
committerMike Gilbert <floppym@gentoo.org>2014-03-20 03:52:09 +0000
commitc2795384a02642fc9c0037b086f30b4b2844d1c7 (patch)
tree7abcbd6e5fedebec746029a1a40af9b5eaf2277a /net-misc/dhcpcd
parentdev-java/glazedlists-1.8.0: Updated home page. (diff)
downloadgentoo-2-c2795384a02642fc9c0037b086f30b4b2844d1c7.tar.gz
gentoo-2-c2795384a02642fc9c0037b086f30b4b2844d1c7.tar.bz2
gentoo-2-c2795384a02642fc9c0037b086f30b4b2844d1c7.zip
Set CC before calling configure.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'net-misc/dhcpcd')
-rw-r--r--net-misc/dhcpcd/ChangeLog6
-rw-r--r--net-misc/dhcpcd/dhcpcd-6.3.1-r1.ebuild5
-rw-r--r--net-misc/dhcpcd/dhcpcd-9999.ebuild5
3 files changed, 11 insertions, 5 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog
index e0c5094fc441..0bab9e17def4 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.392 2014/03/10 15:51:09 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.393 2014/03/20 03:52:09 floppym Exp $
+
+ 20 Mar 2014; Mike Gilbert <floppym@gentoo.org> dhcpcd-6.3.1-r1.ebuild,
+ dhcpcd-9999.ebuild:
+ Set CC before calling configure.
10 Mar 2014; William Hubbs <williamh@gentoo.org> -dhcpcd-6.0.5-r1.ebuild,
-dhcpcd-6.1.0.ebuild, -dhcpcd-6.2.1.ebuild, -dhcpcd-6.3.0.ebuild,
diff --git a/net-misc/dhcpcd/dhcpcd-6.3.1-r1.ebuild b/net-misc/dhcpcd/dhcpcd-6.3.1-r1.ebuild
index 5ca50ee0d015..1f2224589c64 100644
--- a/net-misc/dhcpcd/dhcpcd-6.3.1-r1.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-6.3.1-r1.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.3.1-r1.ebuild,v 1.1 2014/03/09 19:37:27 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.3.1-r1.ebuild,v 1.2 2014/03/20 03:52:09 floppym Exp $
EAPI=5
@@ -16,7 +16,7 @@ else
S="${WORKDIR}/${MY_P}"
fi
-inherit eutils systemd
+inherit eutils systemd toolchain-funcs
DESCRIPTION="A fully featured, yet light weight RFC2131 compliant DHCP client"
HOMEPAGE="http://roy.marples.name/projects/dhcpcd/"
@@ -41,6 +41,7 @@ src_configure()
hooks="--with-hook=ntp.conf"
use elibc_glibc && hooks="${hooks} --with-hook=yp.conf"
use kernel_linux && rundir="--rundir=${EPREFIX}/run"
+ tc-export CC
econf \
--prefix="${EPREFIX}" \
--libexecdir="${EPREFIX}/lib/dhcpcd" \
diff --git a/net-misc/dhcpcd/dhcpcd-9999.ebuild b/net-misc/dhcpcd/dhcpcd-9999.ebuild
index 72535c3bb92e..bd6cb7335826 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.11 2014/01/18 10:25:23 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild,v 1.12 2014/03/20 03:52:09 floppym Exp $
EAPI=5
@@ -16,7 +16,7 @@ else
S="${WORKDIR}/${MY_P}"
fi
-inherit eutils systemd
+inherit eutils systemd toolchain-funcs
DESCRIPTION="A fully featured, yet light weight RFC2131 compliant DHCP client"
HOMEPAGE="http://roy.marples.name/projects/dhcpcd/"
@@ -40,6 +40,7 @@ src_configure()
hooks="--with-hook=ntp.conf"
use elibc_glibc && hooks="${hooks} --with-hook=yp.conf"
use kernel_linux && rundir="--rundir=${EPREFIX}/run"
+ tc-export CC
econf \
--prefix="${EPREFIX}" \
--libexecdir="${EPREFIX}/lib/dhcpcd" \