Skip to content

Commit

Permalink
net-fs/nfs-utils: Fixed undefined reference in svcgssd.
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/641912
Package-Manager: Portage-2.3.19, Repoman-2.3.6
  • Loading branch information
Lars Wendler committed Dec 21, 2017
1 parent 1e8a053 commit 2c748c2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
https://bugs.gentoo.org/641912

--- nfs-utils-2.3.1/utils/gssd/svcgssd.c
+++ nfs-utils-2.3.1/utils/gssd/svcgssd.c
@@ -101,7 +101,7 @@
char *principal = NULL;
char *s;

- conf_init(NFS_CONFFILE);
+ conf_init_file(NFS_CONFFILE);

s = conf_get_str("svcgssd", "principal");
if (!s)
1 change: 1 addition & 0 deletions net-fs/nfs-utils/nfs-utils-2.3.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ DEPEND="${DEPEND_COMMON}
PATCHES=(
"${FILESDIR}"/${PN}-1.1.4-mtab-sym.patch
"${FILESDIR}"/${PN}-1.2.8-cross-build.patch
"${FILESDIR}"/${P}-svcgssd_undefined_reference.patch #641912
)

src_prepare() {
Expand Down

0 comments on commit 2c748c2

Please sign in to comment.