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")