guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: sssd: Undefine SMB_HAS_NEW_NDR_PULL_STEAL_SW


From: guix-commits
Subject: branch master updated: gnu: sssd: Undefine SMB_HAS_NEW_NDR_PULL_STEAL_SWITCH.
Date: Sat, 22 Jan 2022 03:43:14 -0500

This is an automated email from the git hooks/post-receive script.

wigust pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 91487b08ce gnu: sssd: Undefine SMB_HAS_NEW_NDR_PULL_STEAL_SWITCH.
91487b08ce is described below

commit 91487b08cecd40a91e0273a5dba0594ad3e0e9bb
Author: Remco van 't Veer <remco@remworks.net>
AuthorDate: Sat Jan 22 11:38:50 2022 +0300

    gnu: sssd: Undefine SMB_HAS_NEW_NDR_PULL_STEAL_SWITCH.
    
    This commit follows a7fb50b577760e8409f40c7038a7c9a53ba98db6.
    
    * 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>
---
 gnu/packages/sssd.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/sssd.scm b/gnu/packages/sssd.scm
index 3d8c69e722..5457991952 100644
--- a/gnu/packages/sssd.scm
+++ b/gnu/packages/sssd.scm
@@ -203,7 +203,7 @@ fundamental object types for C.")
              (let ((config.h (open-file "config.h.in" "a")))
                (display (string-append "
 /* 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)
                (close config.h))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]