summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rpcbind.morph2
1 files changed, 1 insertions, 1 deletions
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",