mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 23:46:14 -04:00
dev-lua/cqueues: restore basics CFLAGS from upstream
Closes: https://bugs.gentoo.org/942055 Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
This commit is contained in:
parent
847204a2b2
commit
bdba88f006
@ -54,7 +54,7 @@ lua_src_compile() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
emake CC="$(tc-getCC)" \
|
emake CC="$(tc-getCC)" \
|
||||||
ALL_CFLAGS="${CFLAGS} $(lua_get_CFLAGS)" \
|
ALL_CFLAGS="${CFLAGS} -std=gnu99 -fPIC $(lua_get_CFLAGS)" \
|
||||||
ALL_CPPFLAGS="${CPPFLAGS} -D_GNU_SOURCE" \
|
ALL_CPPFLAGS="${CPPFLAGS} -D_GNU_SOURCE" \
|
||||||
ALL_SOFLAGS="${SOFLAGS} -shared" \
|
ALL_SOFLAGS="${SOFLAGS} -shared" \
|
||||||
ALL_LDFLAGS="${LDFLAGS}" \
|
ALL_LDFLAGS="${LDFLAGS}" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user