From 321ce49eecceaf316f3864bfa53b56759fa2a838 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 22 Sep 2018 07:15:42 -0300 Subject: [PATCH] squashfs-tools: fix build with glibc >= 2.28 --- .../patches/fix-glibc-2.28.patch | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/squashfs-tools/patches/fix-glibc-2.28.patch diff --git a/srcpkgs/squashfs-tools/patches/fix-glibc-2.28.patch b/srcpkgs/squashfs-tools/patches/fix-glibc-2.28.patch new file mode 100644 index 00000000000..6df349e314c --- /dev/null +++ b/srcpkgs/squashfs-tools/patches/fix-glibc-2.28.patch @@ -0,0 +1,20 @@ +--- squashfs-tools/mksquashfs.c 2018-02-15 14:11:24.661930637 +0100 ++++ squashfs-tools/mksquashfs.c 2018-02-15 14:12:28.218412025 +0100 +@@ -44,6 +44,7 @@ + #include + #include ++#include + #include + #include + #include + #include +--- squashfs-tools/unsquashfs.c 2018-02-15 14:25:34.608263881 +0100 ++++ squashfs-tools/unsquashfs.c 2018-02-15 14:26:01.376410327 +0100 +@@ -36,6 +36,7 @@ + #include ++#include + #include + #include + #include + #include +