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:
Nicolas PARLANT 2024-10-24 10:21:54 +02:00
parent 847204a2b2
commit bdba88f006
No known key found for this signature in database
GPG Key ID: DF6D10470D9B63B3

View File

@ -54,7 +54,7 @@ lua_src_compile() {
fi
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_SOFLAGS="${SOFLAGS} -shared" \
ALL_LDFLAGS="${LDFLAGS}" \