net-fs/samba: build w/ -std=gnu17

Closes: https://bugs.gentoo.org/943942
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-01-15 20:36:53 +00:00
parent 2b52abdcf0
commit 3d79d22e64

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -210,6 +210,9 @@ src_prepare() {
-i source4/dsdb/samdb/ldb_modules/password_hash.c \
|| die
# bug #943942
append-cflags -std=gnu17
# WAF
multilib_copy_sources
}