dev-lua/cqueues: fix calling ar/ranlib directly

Closes: https://bugs.gentoo.org/945787
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
This commit is contained in:
Nicolas PARLANT
2024-12-03 08:12:50 +00:00
parent 3bd674bd9e
commit e69f17d4ed

View File

@@ -64,6 +64,8 @@ lua_src_compile() {
fi
emake CC="$(tc-getCC)" \
AR="$(tc-getAR)" \
RANLIB="$(tc-getRANLIB)" \
ALL_CFLAGS="${CFLAGS} -std=gnu99 -fPIC $(lua_get_CFLAGS)" \
ALL_CPPFLAGS="${CPPFLAGS} -D_GNU_SOURCE" \
ALL_SOFLAGS="${SOFLAGS} -shared" \