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 @@ 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 | ||||
|  |  | |||
		Reference in a new issue