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

Reply via email to