diff options
author | Jan Tatje <jan@jnt.io> | 2018-08-03 00:00:17 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-30 14:45:52 +0000 |
commit | c257a29be6c4ab248d3b6319e80e13c495517530 (patch) | |
tree | c91c839ad6f2bf3361f6f56a9ca9153e0b23c5e3 /main/nfs-utils/nfs-utils-svcgssd_undefined_reference.patch | |
parent | ac1767b7571304789f0a6898993b68a0ebd49d37 (diff) | |
download | aports-c257a29be6c4ab248d3b6319e80e13c495517530.tar.bz2 aports-c257a29be6c4ab248d3b6319e80e13c495517530.tar.xz |
main/nfs-utils: upgrade to 2.3.2
Had demote some -Werror flags to warnings due to build failing.
Diffstat (limited to 'main/nfs-utils/nfs-utils-svcgssd_undefined_reference.patch')
-rw-r--r-- | main/nfs-utils/nfs-utils-svcgssd_undefined_reference.patch | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/main/nfs-utils/nfs-utils-svcgssd_undefined_reference.patch b/main/nfs-utils/nfs-utils-svcgssd_undefined_reference.patch deleted file mode 100644 index 77c902f272..0000000000 --- a/main/nfs-utils/nfs-utils-svcgssd_undefined_reference.patch +++ /dev/null @@ -1,40 +0,0 @@ -From 1451d7585bf1c622658ccc04abac7e79ffe40263 Mon Sep 17 00:00:00 2001 -From: Justin Mitchell <jumitche@redhat.com> -Date: Mon, 8 Jan 2018 09:14:11 -0500 -Subject: [PATCH] svcgssd: Update svcgssd so that it builds - -Since a15bd948 the --enable-svcgss option no longer builds -as svcgssd references functions which were changed at that time. -Fix those, and other function changes since then. - -Signed-off-by: Justin Mitchell <jumitche@redhat.com> -Signed-off-by: Steve Dickson <steved@redhat.com> ---- - utils/gssd/svcgssd.c | 4 +++- - 1 file changed, 3 insertions(+), 1 deletion(-) - -diff --git a/utils/gssd/svcgssd.c b/utils/gssd/svcgssd.c -index 3514ae1..23f0c0b 100644 ---- a/utils/gssd/svcgssd.c -+++ b/utils/gssd/svcgssd.c -@@ -63,6 +63,8 @@ - #include "err_util.h" - #include "conffile.h" - -+struct state_paths etab; -+ - void - sig_die(int signal) - { -@@ -101,7 +103,7 @@ main(int argc, char *argv[]) - char *principal = NULL; - char *s; - -- conf_init(NFS_CONFFILE); -+ conf_init_file(NFS_CONFFILE); - - s = conf_get_str("svcgssd", "principal"); - if (!s) --- -1.8.3.1 - |