summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2024-08-22 12:10:02 +0200
committerFlorian Schmaus <flow@gentoo.org>2024-08-22 12:11:04 +0200
commit1320964c26461872836cfa4c950686c568507b00 (patch)
tree7cc32c8bdc224bfeb1cc19036bfe3a09430409a9 /sys-libs/liburing
parentsys-libs/liburing: add 2.7 (diff)
downloadgentoo-1320964c26461872836cfa4c950686c568507b00.tar.gz
gentoo-1320964c26461872836cfa4c950686c568507b00.tar.bz2
gentoo-1320964c26461872836cfa4c950686c568507b00.zip
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@gentoo.org>
Diffstat (limited to 'sys-libs/liburing')
-rw-r--r--sys-libs/liburing/liburing-2.7-r1.ebuild (renamed from sys-libs/liburing/liburing-2.7.ebuild)1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-libs/liburing/liburing-2.7.ebuild b/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