From 235ce199a3b44cae12e9394d18432734f9593a21 Mon Sep 17 00:00:00 2001 From: Rmys Date: Mon, 22 Dec 2025 12:06:59 +0300 Subject: [PATCH] samba --- server/samba/actions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/server/samba/actions.py b/server/samba/actions.py index bf8e9cdfbc..087a9ac0f7 100644 --- a/server/samba/actions.py +++ b/server/samba/actions.py @@ -14,6 +14,7 @@ from pisi.actionsapi import shelltools shelltools.export("JOBS", get.makeJOBS().replace("-j", "")) def setup(): + pisitools.cflags.add("-std=gnu17") shelltools.system("sed -r 's/nss_(setpw|endpw|setgr|endgr)ent/my_&/' \ -i nsswitch/nsstest.c")