gnu: nfs-utils: Build rpc.svcgssd.
* gnu/packages/nfs.scm (nfs-utils)[arguments]: Enable building of rpc.svcgssd.
This commit is contained in:
parent
230e5db71e
commit
53904f7422
1 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,8 @@
|
||||||
,(string-append "--with-krb5=" (assoc-ref %build-inputs "mit-krb5"))
|
,(string-append "--with-krb5=" (assoc-ref %build-inputs "mit-krb5"))
|
||||||
,(string-append "--with-pluginpath="
|
,(string-append "--with-pluginpath="
|
||||||
(assoc-ref %outputs "out")
|
(assoc-ref %outputs "out")
|
||||||
"/lib/libnfsidmap"))
|
"/lib/libnfsidmap")
|
||||||
|
"--enable-svcgss")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'configure 'adjust-command-file-names
|
(add-before 'configure 'adjust-command-file-names
|
||||||
|
|
Reference in a new issue