mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -43,7 +43,7 @@ src_configure() {
|
||||
--debian-glitch
|
||||
)
|
||||
einfo "Running ${configure_call[@]}"
|
||||
CC="$(tc-getCC)" \
|
||||
CC="$(tc-getCC)" AR="$(tc-getAR)" \
|
||||
"${configure_call[@]}" || die
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user