mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: nfs-utils: Do not generate static libraries.
* gnu/packages/nfs.scm (nfs)[configure-flags]: Add "--disable-static".
This commit is contained in:
parent
f8c15d8f42
commit
d14a3e5c0c
1 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,8 @@ (define-public nfs-utils
|
|||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
`("--without-tcp-wrappers"
|
||||
`("--disable-static"
|
||||
"--without-tcp-wrappers"
|
||||
,(string-append "--with-start-statd="
|
||||
(assoc-ref %outputs "out") "/sbin/start-statd")
|
||||
,(string-append "--with-krb5=" (assoc-ref %build-inputs "mit-krb5"))
|
||||
|
|
Loading…
Reference in a new issue