diff options
author | 2025-01-15 20:36:53 +0000 | |
---|---|---|
committer | 2025-01-15 20:37:08 +0000 | |
commit | 3d79d22e6473c8446793afdac1bf225e9c46ec76 (patch) | |
tree | ad2457dc7f181eb6873471dd94cd61fd744f016f /net-fs | |
parent | media-video/vlc: drop 3.0.21-r2 (diff) | |
download | gentoo-3d79d22e6473c8446793afdac1bf225e9c46ec76.tar.gz gentoo-3d79d22e6473c8446793afdac1bf225e9c46ec76.tar.bz2 gentoo-3d79d22e6473c8446793afdac1bf225e9c46ec76.zip |
net-fs/samba: build w/ -std=gnu17
Closes: https://bugs.gentoo.org/943942
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-fs')
-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 } |