From 97bef50c6bafc5f2a6ec0fb086e727910f20e21b Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 27 Dec 2018 13:58:12 +0100 Subject: [PATCH] rpcbind: Add --enable-warmstarts This enables the -w option, which is used in the systemd service file supplied by this package. --- rpcbind.be0 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rpcbind.be0 b/rpcbind.be0 index 7d0cd7742..d017b0fcc 100755 --- a/rpcbind.be0 +++ b/rpcbind.be0 @@ -47,9 +47,10 @@ SRCURL[0]="https://sourceforge.net/projects/rpcbind/files/rpcbind/${PKGVERSION}/ # bee_patch "${@}" #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + bee_configure \ + --enable-warmstarts +} #mee_build() { # bee_build