guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: nfs-utils: Build rpc.svcgssd.


From: guix-commits
Subject: 01/02: gnu: nfs-utils: Build rpc.svcgssd.
Date: Fri, 10 Jan 2020 16:47:22 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 53904f7422a19f9b5bd2adad6af2cdb688d79893
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Fri Jan 10 22:17:10 2020 +0100

    gnu: nfs-utils: Build rpc.svcgssd.
    
    * gnu/packages/nfs.scm (nfs-utils)[arguments]: Enable building of 
rpc.svcgssd.
---
 gnu/packages/nfs.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/nfs.scm b/gnu/packages/nfs.scm
index a3d5383..b81623f 100644
--- a/gnu/packages/nfs.scm
+++ b/gnu/packages/nfs.scm
@@ -62,7 +62,8 @@
          ,(string-append "--with-krb5=" (assoc-ref %build-inputs "mit-krb5"))
          ,(string-append "--with-pluginpath="
                          (assoc-ref %outputs "out")
-                         "/lib/libnfsidmap"))
+                         "/lib/libnfsidmap")
+         "--enable-svcgss")
        #:phases
        (modify-phases %standard-phases
          (add-before 'configure 'adjust-command-file-names



reply via email to

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