From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1FDB9158042 for ; Thu, 24 Oct 2024 12:33:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE51DE092E; Thu, 24 Oct 2024 12:33:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D53E3E092E for ; Thu, 24 Oct 2024 12:33:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E9E09341DD0 for ; Thu, 24 Oct 2024 12:33:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FA541EBD for ; Thu, 24 Oct 2024 12:33:25 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1729758114.bdba88f006958f27e052f28a0cae17e1ca37e961.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-lua/cqueues/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-lua/cqueues/cqueues-20200726.ebuild X-VCS-Directories: dev-lua/cqueues/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: bdba88f006958f27e052f28a0cae17e1ca37e961 X-VCS-Branch: master Date: Thu, 24 Oct 2024 12:33:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: af32a1e3-a73e-4808-be14-57c2b9db2479 X-Archives-Hash: ec681a696f9341a6374819a1d286023b commit: bdba88f006958f27e052f28a0cae17e1ca37e961 Author: Nicolas PARLANT parhuet fr> AuthorDate: Thu Oct 24 08:21:54 2024 +0000 Commit: David Roman gmail 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 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}" \