app-text/discount: fix direct 'ar' call

Closes: https://bugs.gentoo.org/718566
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
Ben Kohler
2020-04-20 07:41:03 -05:00
parent 31097c1b6b
commit cb4197325a

View File

@@ -43,7 +43,7 @@ src_configure() {
--debian-glitch
)
einfo "Running ${configure_call[@]}"
CC="$(tc-getCC)" \
CC="$(tc-getCC)" AR="$(tc-getAR)" \
"${configure_call[@]}" || die
}