sys-cluster/ucx: build w/ -std=gnu17 for now

An upcoming release will fix this, but the patches are too large
to backport.

Closes: https://bugs.gentoo.org/944992
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-05-16 10:40:26 +01:00
parent 40d99b21a0
commit 331763285a

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit autotools toolchain-funcs
inherit autotools flag-o-matic toolchain-funcs
MY_PV=${PV/_/-}
DESCRIPTION="Unified Communication X"
@@ -45,6 +45,9 @@ src_prepare() {
}
src_configure() {
# Can be dropped with ucx-1.19.x (bug #944992)
append-cflags -std=gnu17
BASE_CFLAGS="" econf \
--disable-doxygen-doc \
--disable-compiler-opt \