mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ (define-public rpcbind
|
|||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
`("--with-systemdsystemunitdir=no")))
|
||||
`("--with-systemdsystemunitdir=no" "--enable-warmstarts")))
|
||||
(inputs
|
||||
`(("libtirpc" ,libtirpc)))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue