apk-tools: fix glibc builds
This commit is contained in:
parent
c33869b954
commit
12fcc02332
21
srcpkgs/apk-tools/patches/includes.patch
Normal file
21
srcpkgs/apk-tools/patches/includes.patch
Normal file
|
@ -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 <limits.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
+#include <sys/sysmacros.h>
|
||||
|
||||
#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 <sys/mount.h>
|
||||
#include <sys/statvfs.h>
|
||||
#include <linux/magic.h>
|
||||
+#include <sys/sysmacros.h>
|
||||
|
||||
#include "apk_defines.h"
|
||||
#include "apk_package.h"
|
Loading…
Reference in New Issue
Block a user