commit: 4a4a3b79a1176a6da1c46adc51697be00dc7fe4e Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sun Jun 21 13:19:49 2020 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Jun 21 13:19:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a4a3b79
media-sound/flake: [QA] Pass AR/RANLIB to build system Closes: https://bugs.gentoo.org/724690 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: David Seifert <soap <AT> gentoo.org> media-sound/flake/flake-0.11.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/media-sound/flake/flake-0.11.ebuild b/media-sound/flake/flake-0.11.ebuild index 24f2e7b6ee1..caa19b932b0 100644 --- a/media-sound/flake/flake-0.11.ebuild +++ b/media-sound/flake/flake-0.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,8 +16,10 @@ KEYWORDS="amd64 x86" src_configure() { # NIH configure script ./configure \ + --ar="$(tc-getAR)" \ --cc="$(tc-getCC)" \ - --prefix="${D}"/usr \ + --ranlib="$(tc-getRANLIB)" \ + --prefix="${ED}"/usr \ --disable-opts \ --disable-debug \ --disable-strip || die "configure failed"
