Skip to content

Commit

Permalink
app-text/discount: fix direct 'ar' call
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/718566
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Ben Kohler <[email protected]>
  • Loading branch information
benkohler committed Apr 20, 2020
1 parent 31097c1 commit cb41973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-text/discount/discount-2.2.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ src_configure() {
--debian-glitch
)
einfo "Running ${configure_call[@]}"
CC="$(tc-getCC)" \
CC="$(tc-getCC)" AR="$(tc-getAR)" \
"${configure_call[@]}" || die
}

Expand Down

0 comments on commit cb41973

Please sign in to comment.