diff options
Diffstat (limited to 'net-fs/samba')
-rw-r--r-- | net-fs/samba/samba-4.21.1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-fs/samba/samba-4.21.1.ebuild b/net-fs/samba/samba-4.21.1.ebuild index 80aeecc1717a..71fd45394a02 100644 --- a/net-fs/samba/samba-4.21.1.ebuild +++ b/net-fs/samba/samba-4.21.1.ebuild @@ -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 } |