diff options
Diffstat (limited to 'net-misc/dhcpcd/dhcpcd-6.3.1-r1.ebuild')
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-6.3.1-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/dhcpcd/dhcpcd-6.3.1-r1.ebuild b/net-misc/dhcpcd/dhcpcd-6.3.1-r1.ebuild index c298039a..16d1c20b 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/" @@ -40,6 +40,7 @@ src_configure() use udev || dev="--without-dev --without-udev" hooks="--with-hook=ntp.conf" use elibc_glibc && hooks="${hooks} --with-hook=yp.conf" + tc-export CC econf \ --prefix="${EPREFIX}" \ --libexecdir="${EPREFIX}/lib/dhcpcd" \ |