From 12fcc023322571019df438c150e12c2003fc6689 Mon Sep 17 00:00:00 2001 From: Johannes Date: Fri, 19 Oct 2018 14:19:04 +0200 Subject: [PATCH] apk-tools: fix glibc builds --- srcpkgs/apk-tools/patches/includes.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/apk-tools/patches/includes.patch diff --git a/srcpkgs/apk-tools/patches/includes.patch b/srcpkgs/apk-tools/patches/includes.patch new file mode 100644 index 00000000000..606b421ba2f --- /dev/null +++ b/srcpkgs/apk-tools/patches/includes.patch @@ -0,0 +1,21 @@ +--- src/archive.c.orig 2018-10-19 14:12:08.563391676 +0200 ++++ src/archive.c 2018-10-19 14:12:34.374508920 +0200 +@@ -24,6 +24,7 @@ + #include + #include + #include ++#include + + #include "apk_defines.h" + #include "apk_print.h" + +--- src/database.c.orig 2018-10-19 14:13:54.465872730 +0200 ++++ src/database.c 2018-10-19 14:14:11.279949108 +0200 +@@ -28,6 +28,7 @@ + #include + #include + #include ++#include + + #include "apk_defines.h" + #include "apk_package.h"