sys-fs/dmraid: build w/ -std=gnu17

Closes: https://bugs.gentoo.org/944298
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-04-25 14:58:50 +01:00
parent f7c13a9818
commit 3bcfb7933e

View File

@@ -67,6 +67,9 @@ src_prepare() {
}
src_configure() {
# bug #944298
append-cflags -std=gnu17
# bug 908662
use elibc_musl && append-flags -D_LARGEFILE64_SOURCE