gnu: sssd: Undefine SMB_HAS_NEW_NDR_PULL_STEAL_SWITCH.

This commit follows a7fb50b577.

* gnu/packages/sssd.scm [arguments]: Undefine
SMB_HAS_NEW_NDR_PULL_STEAL_SWITCH in add-config-in phase.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
This commit is contained in:
Remco van 't Veer 2022-01-22 11:38:50 +03:00 committed by Oleg Pykhalov
parent a7fb50b577
commit 91487b08ce
No known key found for this signature in database
GPG key ID: 167F8EA5001AFA9C

View file

@ -203,7 +203,7 @@ (define-public sssd
(let ((config.h (open-file "config.h.in" "a"))) (let ((config.h (open-file "config.h.in" "a")))
(display (string-append " (display (string-append "
/* Missing in commits on original repo, dunno why but won't work without. */ /* Missing in commits on original repo, dunno why but won't work without. */
#define SMB_HAS_NEW_NDR_PULL_STEAL_SWITCH 1 #undef SMB_HAS_NEW_NDR_PULL_STEAL_SWITCH
") ")
config.h) config.h)
(close config.h)))) (close config.h))))