app-crypt/johntheripper-jumbo: quote $(tc-*) calls

Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2022-03-20 00:16:38 +01:00
parent 750d93de35
commit 7f31928141
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -89,7 +89,7 @@ src_configure() {
src_compile() {
# Uses default LD=$(CC) but if the user's set LD, it'll call it
# bug #729432.
emake LD=$(tc-getCC) -C src
emake LD="$(tc-getCC)" -C src
}
src_test() {

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -85,7 +85,7 @@ src_configure() {
src_compile() {
# Uses default LD=$(CC) but if the user's set LD, it'll call it
# bug #729432.
emake LD=$(tc-getCC) -C src
emake LD="$(tc-getCC)" -C src
}
src_test() {