diff options
| -rw-r--r-- | sys-cluster/ucx/ucx-1.13.1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-cluster/ucx/ucx-1.13.1.ebuild b/sys-cluster/ucx/ucx-1.13.1.ebuild index 84951d1c3ce3..0a80a4093313 100644 --- a/sys-cluster/ucx/ucx-1.13.1.ebuild +++ b/sys-cluster/ucx/ucx-1.13.1.ebuild @@ -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 \ |
