commit:     bdba88f006958f27e052f28a0cae17e1ca37e961
Author:     Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Thu Oct 24 08:21:54 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Oct 24 08:21:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bdba88f0

dev-lua/cqueues: restore basics CFLAGS from upstream

Closes: https://bugs.gentoo.org/942055
Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>

 dev-lua/cqueues/cqueues-20200726.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lua/cqueues/cqueues-20200726.ebuild 
b/dev-lua/cqueues/cqueues-20200726.ebuild
index aee005e2f..10ab77edf 100644
--- a/dev-lua/cqueues/cqueues-20200726.ebuild
+++ b/dev-lua/cqueues/cqueues-20200726.ebuild
@@ -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}" \

Reply via email to