gnu: nfs-utils: Do not generate static libraries.
* gnu/packages/nfs.scm (nfs)[configure-flags]: Add "--disable-static".master
parent
f8c15d8f42
commit
d14a3e5c0c
|
@ -62,7 +62,8 @@
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
`("--without-tcp-wrappers"
|
`("--disable-static"
|
||||||
|
"--without-tcp-wrappers"
|
||||||
,(string-append "--with-start-statd="
|
,(string-append "--with-start-statd="
|
||||||
(assoc-ref %outputs "out") "/sbin/start-statd")
|
(assoc-ref %outputs "out") "/sbin/start-statd")
|
||||||
,(string-append "--with-krb5=" (assoc-ref %build-inputs "mit-krb5"))
|
,(string-append "--with-krb5=" (assoc-ref %build-inputs "mit-krb5"))
|
||||||
|
|
Reference in New Issue