mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user