From 49b63d5125cc7615caf773a6634a04e425b81af2 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 9 Feb 2024 18:26:22 +0100 Subject: libtirpc: fix musl compile --- package/libtirpc/patches/patch-src_clnt_bcast_c | 11 +++++++++++ package/libtirpc/patches/patch-src_clnt_fd_locks_h | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 package/libtirpc/patches/patch-src_clnt_bcast_c create mode 100644 package/libtirpc/patches/patch-src_clnt_fd_locks_h diff --git a/package/libtirpc/patches/patch-src_clnt_bcast_c b/package/libtirpc/patches/patch-src_clnt_bcast_c new file mode 100644 index 000000000..86f56c7f2 --- /dev/null +++ b/package/libtirpc/patches/patch-src_clnt_bcast_c @@ -0,0 +1,11 @@ +--- libtirpc-1.3.4.orig/src/clnt_bcast.c 2023-10-07 09:54:42.000000000 +0200 ++++ libtirpc-1.3.4/src/clnt_bcast.c 2024-02-08 16:26:57.298094444 +0100 +@@ -40,7 +40,7 @@ + */ + #include + #include +-#include ++#include "queue.h" + + #include + #include diff --git a/package/libtirpc/patches/patch-src_clnt_fd_locks_h b/package/libtirpc/patches/patch-src_clnt_fd_locks_h new file mode 100644 index 000000000..6927fca68 --- /dev/null +++ b/package/libtirpc/patches/patch-src_clnt_fd_locks_h @@ -0,0 +1,11 @@ +--- libtirpc-1.3.4.orig/src/clnt_fd_locks.h 2023-10-07 09:54:42.000000000 +0200 ++++ libtirpc-1.3.4/src/clnt_fd_locks.h 2024-02-08 16:25:34.795598116 +0100 +@@ -30,7 +30,7 @@ + #ifndef _CLNT_FD_LOCKS_H + #define _CLNT_FD_LOCKS_H + +-#include ++#include "queue.h" + #include + #include + #include -- cgit v1.2.3