From aa3ac0d86c258d3e355ae59df31a96da795ecdfa Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 19 Nov 2012 17:50:57 +0000 Subject: Enable warm starts (preserving state between executions) --- rpcbind.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcbind.morph b/rpcbind.morph index 4d7d672..d3b745d 100644 --- a/rpcbind.morph +++ b/rpcbind.morph @@ -4,7 +4,7 @@ "build-system": "autotools", "configure-commands": [ "NOCONFIGURE=1 ./autogen.sh", - "./configure --prefix=\"$PREFIX\" --enable-libwrap --with-rpcuser=nobody" + "./configure --prefix=\"$PREFIX\" --enable-libwrap --with-rpcuser=nobody --enable-warmstarts" ], "install-commands": [ "make DESTDIR=\"$DESTDIR\" install", -- cgit v1.2.1