me
/
guix
Archived
1
0
Fork 0

gnu: nfs-utils: Do not generate static libraries.

* gnu/packages/nfs.scm (nfs)[configure-flags]: Add "--disable-static".
master
Maxim Cournoyer 2020-09-24 14:00:37 -04:00
parent f8c15d8f42
commit d14a3e5c0c
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,8 @@
(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"))