Skip to content

Commit

Permalink
nfs-utils: Enable svcgss (rpc.svcgssd)
Browse files Browse the repository at this point in the history
The daemon rpc.svcgssd for server-side kerberos authentication is only
build on request.

Add configure flag to build the daemon.
  • Loading branch information
donald committed Dec 28, 2018
1 parent 25ef806 commit a0be64f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions nfs-utils.be0
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ build_in_sourcedir
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure \
--enable-svcgss
}

#mee_build() {
# bee_build
Expand Down

0 comments on commit a0be64f

Please sign in to comment.