gnu: rpcbind: Enable warm starts
* gnu/packages/onc-rpc.scm (rpcbind)[arguments]: Pass --enable-warmstarts to #:configure-flags.
This commit is contained in:
parent
79518126e7
commit
db8b5f5262
|
@ -71,7 +71,7 @@ IPv4 and IPv6. ONC RPC is notably used by the network file system (NFS).")
|
|||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
`("--with-systemdsystemunitdir=no")))
|
||||
`("--with-systemdsystemunitdir=no" "--enable-warmstarts")))
|
||||
(inputs
|
||||
`(("libtirpc" ,libtirpc)))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in New Issue