From 63befc625e1ea9763f354d43e8bcf6cef7146e11 Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 2 Jan 2020 18:00:40 +0100 Subject: [PATCH] reptyr: fix build on musl --- srcpkgs/reptyr/patches/musl.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 srcpkgs/reptyr/patches/musl.patch diff --git a/srcpkgs/reptyr/patches/musl.patch b/srcpkgs/reptyr/patches/musl.patch new file mode 100644 index 00000000000..02d1a0b71a6 --- /dev/null +++ b/srcpkgs/reptyr/patches/musl.patch @@ -0,0 +1,12 @@ +--- ptrace.h 2020-01-02 17:05:32.920795583 +0100 ++++ ptrace.h 2020-01-02 17:05:46.203324659 +0100 +@@ -22,6 +22,9 @@ + #ifndef PTRACE_H + #define PTRACE_H + ++#ifdef __linux__ ++#include ++#endif + #include + #include + #include