mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-15 22:28:44 -04:00
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:
parent
3bd674bd9e
commit
e69f17d4ed
@ -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" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user