Skip to content

Commit

Permalink
rpcbind: Add --enable-warmstarts
Browse files Browse the repository at this point in the history
This enables the -w option, which is used in the systemd service file
supplied by this package.
  • Loading branch information
donald committed Dec 29, 2018
1 parent ec4d6fd commit 97bef50
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions rpcbind.be0
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97bef50

Please sign in to comment.