diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-08-13 07:27:37 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-08-13 07:27:48 +0200 |
commit | 9b612360190de3f339a98e60431eb3409521a106 (patch) | |
tree | 6c8972ac001ecb70f0f2bc5ca755b8965e0b702b /package | |
parent | 85dcd86f86c3951d112023263011d8f73143b1c5 (diff) |
nfs-utils: fix glibc compile issue
Diffstat (limited to 'package')
-rw-r--r-- | package/nfs-utils/patches/patch-support_include_conffile_h | 6 | ||||
-rw-r--r-- | package/nfs-utils/patches/patch-support_nsm_rpc_c | 10 |
2 files changed, 13 insertions, 3 deletions
diff --git a/package/nfs-utils/patches/patch-support_include_conffile_h b/package/nfs-utils/patches/patch-support_include_conffile_h index 526d3cd3f..f49b79b38 100644 --- a/package/nfs-utils/patches/patch-support_include_conffile_h +++ b/package/nfs-utils/patches/patch-support_include_conffile_h @@ -1,5 +1,5 @@ ---- nfs-utils-3e2ab78a2cfbc2d11c31ced8d3f538d5aae757f1.orig/support/include/conffile.h 2016-10-01 21:41:15.000000000 +0200 -+++ nfs-utils-3e2ab78a2cfbc2d11c31ced8d3f538d5aae757f1/support/include/conffile.h 2016-10-02 08:47:53.000000000 +0200 +--- nfs-utils-2.1.1.orig/support/include/conffile.h 2017-01-12 16:21:39.000000000 +0100 ++++ nfs-utils-2.1.1/support/include/conffile.h 2017-08-12 18:53:54.262608096 +0200 @@ -33,7 +33,7 @@ #ifndef _CONFFILE_H_ #define _CONFFILE_H_ @@ -8,4 +8,4 @@ +#include "queue.h" #include <ctype.h> #include <stdint.h> - + #include <stdbool.h> diff --git a/package/nfs-utils/patches/patch-support_nsm_rpc_c b/package/nfs-utils/patches/patch-support_nsm_rpc_c new file mode 100644 index 000000000..bf928f692 --- /dev/null +++ b/package/nfs-utils/patches/patch-support_nsm_rpc_c @@ -0,0 +1,10 @@ +--- nfs-utils-2.1.1.orig/support/nsm/rpc.c 2017-01-12 16:21:39.000000000 +0100 ++++ nfs-utils-2.1.1/support/nsm/rpc.c 2017-08-12 18:58:41.276150487 +0200 +@@ -40,6 +40,7 @@ + + #include <time.h> + #include <stdbool.h> ++#include <stdint.h> + #include <string.h> + #include <unistd.h> + #include <fcntl.h> |