diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-08 19:31:41 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-08 19:31:57 +0200 |
commit | e010476a7aa4548e47e6d76455cb09d289851ab9 (patch) | |
tree | 162d1e5e60718ccebe31c5486e37440e0cdd597e /package/nfs-utils/patches/patch-support_include_conffile_h | |
parent | ac9ec140fbb81e12f9121c21b0d39b5747d6c37c (diff) |
fix nfs-utils/rpcbind for musl toolchains, patches mostly from Alpine Linux
Diffstat (limited to 'package/nfs-utils/patches/patch-support_include_conffile_h')
-rw-r--r-- | package/nfs-utils/patches/patch-support_include_conffile_h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/nfs-utils/patches/patch-support_include_conffile_h b/package/nfs-utils/patches/patch-support_include_conffile_h new file mode 100644 index 000000000..526d3cd3f --- /dev/null +++ b/package/nfs-utils/patches/patch-support_include_conffile_h @@ -0,0 +1,11 @@ +--- 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 +@@ -33,7 +33,7 @@ + #ifndef _CONFFILE_H_ + #define _CONFFILE_H_ + +-#include <sys/queue.h> ++#include "queue.h" + #include <ctype.h> + #include <stdint.h> + |