From 801c22f60d2525a87aef6cf66114de19e4130541 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Thu, 20 Aug 2020 01:15:08 +0200 Subject: net-misc/wol: don't call directly ar Closes: https://bugs.gentoo.org/725186 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Conrad Kostecki --- net-misc/wol/wol-0.7.1-r2.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'net-misc/wol') diff --git a/net-misc/wol/wol-0.7.1-r2.ebuild b/net-misc/wol/wol-0.7.1-r2.ebuild index 27e01462efda..8ee1f1db4070 100644 --- a/net-misc/wol/wol-0.7.1-r2.ebuild +++ b/net-misc/wol/wol-0.7.1-r2.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +inherit toolchain-funcs + DESCRIPTION="Implements Wake On LAN (Magic Paket) functionality in a small program" HOMEPAGE="http://ahh.sourceforge.net/wol/" SRC_URI="mirror://sourceforge/ahh/${P}.tar.gz" @@ -20,3 +22,7 @@ src_configure() { econf ${myeconfargs[@]} } + +src_compile() { + emake AR="$(tc-getAR)" +} -- cgit v1.2.3-65-gdbad