From 6c0faa7f0b3cfabb1068d903bc3b5bbfeb43cf28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 6 Sep 2020 01:15:43 +0200 Subject: [PATCH] pax: fix musl --- srcpkgs/pax/patches/musl-headers.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 srcpkgs/pax/patches/musl-headers.patch diff --git a/srcpkgs/pax/patches/musl-headers.patch b/srcpkgs/pax/patches/musl-headers.patch new file mode 100644 index 0000000000..c56e15fda3 --- /dev/null +++ b/srcpkgs/pax/patches/musl-headers.patch @@ -0,0 +1,11 @@ +--- pax/strtonum.c 2020-03-13 01:26:39.000000000 +0100 ++++ pax/strtonum.c 2020-09-06 01:13:30.359370537 +0200 +@@ -21,6 +21,8 @@ + #include + #include + #include ++#include /* for mode_t */ ++#include /* for ssize_t */ + + #ifdef MBSDPORT_H + #include MBSDPORT_H