gnu: rpcbind: Enable warm starts

* gnu/packages/onc-rpc.scm (rpcbind)[arguments]: Pass --enable-warmstarts
to #:configure-flags.
This commit is contained in:
John Darrington 2016-09-03 18:00:25 +02:00
parent 79518126e7
commit db8b5f5262
No known key found for this signature in database
GPG Key ID: 8A67719C2DE827B3
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ IPv4 and IPv6. ONC RPC is notably used by the network file system (NFS).")
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags `(#:configure-flags
`("--with-systemdsystemunitdir=no"))) `("--with-systemdsystemunitdir=no" "--enable-warmstarts")))
(inputs (inputs
`(("libtirpc" ,libtirpc))) `(("libtirpc" ,libtirpc)))
(native-inputs (native-inputs