From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1663387-garchives=archives.gentoo.org@lists.gentoo.org> 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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 74DF515852A for <garchives@archives.gentoo.org>; Thu, 22 Aug 2024 10:11:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A54712BC03A; Thu, 22 Aug 2024 10:11:30 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 86C932BC03A for <gentoo-commits@lists.gentoo.org>; Thu, 22 Aug 2024 10:11:30 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82449340DC8 for <gentoo-commits@lists.gentoo.org>; Thu, 22 Aug 2024 10:11:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE4EC1EFA for <gentoo-commits@lists.gentoo.org>; Thu, 22 Aug 2024 10:11:27 +0000 (UTC) From: "Florian Schmaus" <flow@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" <flow@gentoo.org> Message-ID: <1724321464.1320964c26461872836cfa4c950686c568507b00.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/liburing/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/liburing/liburing-2.7-r1.ebuild sys-libs/liburing/liburing-2.7.ebuild X-VCS-Directories: sys-libs/liburing/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 1320964c26461872836cfa4c950686c568507b00 X-VCS-Branch: master Date: Thu, 22 Aug 2024 10:11:27 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ff135f4c-f89d-434f-af9a-e8daec6c6943 X-Archives-Hash: ccc380687b97f7d7ccced4ca57f0aee0 commit: 1320964c26461872836cfa4c950686c568507b00 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Thu Aug 22 10:10:02 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Thu Aug 22 10:11:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1320964c sys-libs/liburing: enable --use-libc This configure option has been available since liburing 2.5 and seems to be used by most other distributions. See also https://github.com/axboe/liburing/commit/151f80504d8cba262f0950b76953dd7441342163 Closes: https://bugs.gentoo.org/919791 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> sys-libs/liburing/{liburing-2.7.ebuild => liburing-2.7-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-libs/liburing/liburing-2.7.ebuild b/sys-libs/liburing/liburing-2.7-r1.ebuild similarity index 99% rename from sys-libs/liburing/liburing-2.7.ebuild rename to sys-libs/liburing/liburing-2.7-r1.ebuild index 1d6bccf1b76b..5e6d4ed12e3b 100644 --- a/sys-libs/liburing/liburing-2.7.ebuild +++ b/sys-libs/liburing/liburing-2.7-r1.ebuild @@ -47,6 +47,7 @@ multilib_src_configure() { --mandir="${EPREFIX}/usr/share/man" --cc="$(tc-getCC)" --cxx="$(tc-getCXX)" + --use-libc ) # No autotools configure! "econf" will fail. TMPDIR="${T}" ./configure "${myconf[@]}" || die