--- Net-DNS-0.720.0.ebuild 2012-12-28 20:46:45.000000000 +0100 +++ Net-DNS-0.720.0-r1.ebuild 2013-05-20 20:40:29.200916578 +0200 @@ -6,7 +6,7 @@ MODULE_AUTHOR=NLNETLABS MODULE_VERSION=0.72 -inherit perl-module +inherit perl-module eutils DESCRIPTION="Perl Net::DNS - Perl DNS Resolver Module" @@ -40,3 +40,7 @@ # as it connects to 2001:7b8:206:1:0:1234:be21:e31e myconf="${myconf} --no-online-tests --no-IPv6-tests" } + +src_compile() { + emake FULL_AR="$(tc-getAR)" OTHERLDFLAGS="${LDFLAGS}" +}