sys-process/nq: pass down CC from toolchain-funcs

Thanks to @ionen & @DarthGandalf for help clarifying some questions
around this

Signed-off-by: Marco Sirabella <marco@sirabella.org>
This commit is contained in:
Marco Sirabella
2021-04-22 19:53:31 -07:00
parent 48ba306a59
commit 4f6255edc7

View File

@@ -3,6 +3,8 @@
EAPI=7
inherit toolchain-funcs
DESCRIPTION="Unix command line queue utility"
HOMEPAGE="https://git.vuxu.org/nq/about/"
SRC_URI="https://git.vuxu.org/${PN}/snapshot/${P}.tar.gz"
@@ -29,7 +31,7 @@ src_compile() {
cp nq.sh nq
cp fq.sh fq
fi
emake CFLAGS="${CFLAGS} -Wno-unused-result"
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} -Wno-unused-result"
}
src_install() {